From 83f39bbaaeec1523b0fb52e6b2681f2fae60291d Mon Sep 17 00:00:00 2001 From: asd <374367073@qq.com> Date: Fri, 23 Oct 2020 17:34:16 +0800 Subject: [PATCH 01/10] =?UTF-8?q?about=20=E9=A1=B6=E9=83=A8=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 6 ++- src/views/login/About.vue | 78 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index f691c2b..d09440e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -127,7 +127,11 @@ const routes: Array = [ name: 'Share', component: () => import('../views/login/Share.vue') }, - + { + path: '/about', + name: 'About', + component: () => import('../views/login/About.vue') + } ] const router = createRouter({ diff --git a/src/views/login/About.vue b/src/views/login/About.vue index b521ae4..e3674dc 100644 --- a/src/views/login/About.vue +++ b/src/views/login/About.vue @@ -1,5 +1,21 @@