about 顶部栏
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user