From 499873c157a0108fd59478de389837c488296e5f Mon Sep 17 00:00:00 2001 From: halo Date: Wed, 8 Jul 2026 15:58:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5(=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81+=E7=9F=AD?= =?UTF-8?q?=E4=BF=A1=E9=AA=8C=E8=AF=81=E7=A0=81+BASE=5FURL=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE)=E4=B8=8E=E5=85=A8=E5=B1=80=E7=A9=BA=E9=97=B2?= =?UTF-8?q?=E7=99=BB=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 25 ++++++ src/components/SmsCodeInput.vue | 53 +++++++++++ src/views/login/Login.vue | 155 ++++++++++++++++++++++++++++++++ 3 files changed, 233 insertions(+) create mode 100644 src/components/SmsCodeInput.vue create mode 100644 src/views/login/Login.vue diff --git a/src/App.vue b/src/App.vue index d8f8f15..44b66e1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,5 +5,30 @@ diff --git a/src/components/SmsCodeInput.vue b/src/components/SmsCodeInput.vue new file mode 100644 index 0000000..b627d4e --- /dev/null +++ b/src/components/SmsCodeInput.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/src/views/login/Login.vue b/src/views/login/Login.vue new file mode 100644 index 0000000..67355cd --- /dev/null +++ b/src/views/login/Login.vue @@ -0,0 +1,155 @@ + + + + +