From 51705dd628c0d145b2d95e33fd8aacee594b6cd1 Mon Sep 17 00:00:00 2001 From: asd <374367073@qq.com> Date: Sun, 27 Sep 2020 17:24:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C+=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=80=E5=8D=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 10 + {static => src/static/images}/agree.png | Bin {static => src/static/images}/email.png | Bin {static => src/static/images}/facebook.png | Bin {static => src/static/images}/loginbg.png | Bin {static => src/static/images}/logo.png | Bin {static => src/static/images}/success.png | Bin {static => src/static/images}/tel.png | Bin {static => src/static/images}/weibo.png | Bin {static => src/static/images}/weixin.png | Bin {static => src/static}/js/common.ts | 0 src/views/login/About.vue | 23 ++ src/views/login/Login.vue | 12 +- src/views/login/Reset.vue | 340 +++++++++++++++++++++ src/views/login/Sign.vue | 12 +- 15 files changed, 385 insertions(+), 12 deletions(-) rename {static => src/static/images}/agree.png (100%) rename {static => src/static/images}/email.png (100%) rename {static => src/static/images}/facebook.png (100%) rename {static => src/static/images}/loginbg.png (100%) rename {static => src/static/images}/logo.png (100%) rename {static => src/static/images}/success.png (100%) rename {static => src/static/images}/tel.png (100%) rename {static => src/static/images}/weibo.png (100%) rename {static => src/static/images}/weixin.png (100%) rename {static => src/static}/js/common.ts (100%) create mode 100644 src/views/login/About.vue create mode 100644 src/views/login/Reset.vue diff --git a/src/router/index.ts b/src/router/index.ts index 6886dda..acd5d8a 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -43,6 +43,16 @@ const routes: Array = [ name: 'Sign', component: () => import('../views/login/Sign.vue') }, + { + path: '/reset', + name: 'Reset', + component: () => import('../views/login/Reset.vue') + }, + { + path: '/about', + name: 'About', + component: () => import('../views/login/About.vue') + }, ] const router = createRouter({ diff --git a/static/agree.png b/src/static/images/agree.png similarity index 100% rename from static/agree.png rename to src/static/images/agree.png diff --git a/static/email.png b/src/static/images/email.png similarity index 100% rename from static/email.png rename to src/static/images/email.png diff --git a/static/facebook.png b/src/static/images/facebook.png similarity index 100% rename from static/facebook.png rename to src/static/images/facebook.png diff --git a/static/loginbg.png b/src/static/images/loginbg.png similarity index 100% rename from static/loginbg.png rename to src/static/images/loginbg.png diff --git a/static/logo.png b/src/static/images/logo.png similarity index 100% rename from static/logo.png rename to src/static/images/logo.png diff --git a/static/success.png b/src/static/images/success.png similarity index 100% rename from static/success.png rename to src/static/images/success.png diff --git a/static/tel.png b/src/static/images/tel.png similarity index 100% rename from static/tel.png rename to src/static/images/tel.png diff --git a/static/weibo.png b/src/static/images/weibo.png similarity index 100% rename from static/weibo.png rename to src/static/images/weibo.png diff --git a/static/weixin.png b/src/static/images/weixin.png similarity index 100% rename from static/weixin.png rename to src/static/images/weixin.png diff --git a/static/js/common.ts b/src/static/js/common.ts similarity index 100% rename from static/js/common.ts rename to src/static/js/common.ts diff --git a/src/views/login/About.vue b/src/views/login/About.vue new file mode 100644 index 0000000..f4e69ea --- /dev/null +++ b/src/views/login/About.vue @@ -0,0 +1,23 @@ + + + + \ No newline at end of file diff --git a/src/views/login/Login.vue b/src/views/login/Login.vue index 042d88a..95c88b9 100644 --- a/src/views/login/Login.vue +++ b/src/views/login/Login.vue @@ -114,9 +114,9 @@
- - - + + +
@@ -131,10 +131,10 @@
了解更多
- +
136-0111-1111
- +
136-0111-1111
@@ -208,7 +208,7 @@ export default defineComponent({ .login { min-width: 100%; height: 100vh; - background: url("../../../static/loginbg.png"); + background: url("../../static/images/loginbg.png"); background-size: 100% 130%; background-repeat: no-repeat; padding-top: 145px; diff --git a/src/views/login/Reset.vue b/src/views/login/Reset.vue new file mode 100644 index 0000000..afe2650 --- /dev/null +++ b/src/views/login/Reset.vue @@ -0,0 +1,340 @@ + + + + \ No newline at end of file diff --git a/src/views/login/Sign.vue b/src/views/login/Sign.vue index 4d44b20..f1a8eb7 100644 --- a/src/views/login/Sign.vue +++ b/src/views/login/Sign.vue @@ -42,7 +42,7 @@
您已完成注册
- +
恭喜您注册成功,点击跳转到我的档案页面
@@ -117,9 +117,9 @@
- - - + + +
@@ -195,7 +195,7 @@ export default defineComponent({ .login { min-width: 100vw; height: 100vh; - background: url("../../../static/loginbg.png"); + background: url("../../static/images/loginbg.png"); background-size: 100% 130%; background-repeat: no-repeat; padding-top: 145px;