1
This commit is contained in:
@@ -8,12 +8,9 @@ const router = createRouter({
|
||||
{
|
||||
path: '/',
|
||||
component: Layout,
|
||||
redirect: '/strategy',
|
||||
redirect: '/content',
|
||||
children: [
|
||||
{ path: 'strategy', component: () => import('../views/Strategy.vue'), meta: { title: '计策管理' } },
|
||||
{ path: 'level', component: () => import('../views/Level.vue'), meta: { title: '关卡管理' } },
|
||||
{ path: 'scene-node', component: () => import('../views/SceneNode.vue'), meta: { title: '场景节点' } },
|
||||
{ path: 'node-option', component: () => import('../views/NodeOption.vue'), meta: { title: '分支选项' } },
|
||||
{ path: 'content', component: () => import('../views/Content.vue'), meta: { title: '内容管理' } },
|
||||
{ path: 'element', component: () => import('../views/Element.vue'), meta: { title: '元素库' } },
|
||||
{ path: 'prize', component: () => import('../views/Prize.vue'), meta: { title: '奖品管理' } },
|
||||
{ path: 'badge', component: () => import('../views/Badge.vue'), meta: { title: '徽章管理' } },
|
||||
|
||||
Reference in New Issue
Block a user