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 @@