refactor: 将资产库移至全局导航

This commit is contained in:
GouJ
2026-09-22 09:28:38 +08:00
parent b834d1d259
commit eec957a2e4
5 changed files with 136 additions and 6 deletions
+5
View File
@@ -11,6 +11,11 @@ export const router = createRouter({
component: () => import('../features/projects/ProjectsPage.vue'),
meta: { title: '我的剧本' }
},
{
path: '/assets',
component: () => import('../features/project-assets/AssetLibraryPage.vue'),
meta: { title: '资产库' }
},
{
path: '/projects/:projectId',
component: () => import('../features/projects/ProjectLayout.vue'),