about 顶部栏

This commit is contained in:
asd
2020-10-23 17:34:16 +08:00
parent 71dac35372
commit 83f39bbaae
2 changed files with 83 additions and 1 deletions

View File

@@ -127,7 +127,11 @@ const routes: Array<RouteRecordRaw> = [
name: 'Share',
component: () => import('../views/login/Share.vue')
},
{
path: '/about',
name: 'About',
component: () => import('../views/login/About.vue')
}
]
const router = createRouter({