feat(screen): 为路由添加“cockpit”路径
This commit is contained in:
parent
99e9b75151
commit
3ef149f1e6
@ -5,6 +5,11 @@ const routes = [
|
||||
path: '/',
|
||||
name: 'Home',
|
||||
component: () => import('../views/Home.vue')
|
||||
},
|
||||
{
|
||||
path: '/cockpit',
|
||||
name: 'Cockpit',
|
||||
component: () => import('../views/cockpit/index.vue')
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user