This commit is contained in:
2026-08-14 16:36:38 +08:00
parent 0a131a34bf
commit 2cb52cd849
11 changed files with 628 additions and 388 deletions
+2 -5
View File
@@ -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: '徽章管理' } },