diff --git a/components.d.ts b/components.d.ts index c9af4d8..7a32c57 100644 --- a/components.d.ts +++ b/components.d.ts @@ -11,5 +11,6 @@ declare module 'vue' { HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] + VerificationCode: typeof import('./src/components/VerificationCode/index.vue')['default'] } } diff --git a/src/App.vue b/src/App.vue index 4d73cf6..24c1eaf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,9 @@ diff --git a/src/assets/images/背景.png b/src/assets/images/背景.png new file mode 100644 index 0000000..77a0ed0 Binary files /dev/null and b/src/assets/images/背景.png differ diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index 546ebbc..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,43 +0,0 @@ - - - - - diff --git a/src/components/VerificationCode/index.vue b/src/components/VerificationCode/index.vue new file mode 100644 index 0000000..7b40b64 --- /dev/null +++ b/src/components/VerificationCode/index.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/src/pages/login/Forgot.vue b/src/pages/login/Forgot.vue new file mode 100644 index 0000000..c2a7b31 --- /dev/null +++ b/src/pages/login/Forgot.vue @@ -0,0 +1,89 @@ + + + + + diff --git a/src/pages/login/Login.vue b/src/pages/login/Login.vue new file mode 100644 index 0000000..8248b46 --- /dev/null +++ b/src/pages/login/Login.vue @@ -0,0 +1,102 @@ + + + + + diff --git a/src/pages/login/Register.vue b/src/pages/login/Register.vue new file mode 100644 index 0000000..17244f1 --- /dev/null +++ b/src/pages/login/Register.vue @@ -0,0 +1,94 @@ + + + + + diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 25b933a..6e085c6 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -3,9 +3,11 @@