新增配置向导

This commit is contained in:
jxxghp
2025-09-09 12:43:53 +08:00
parent c7c05f5897
commit 280de47dac
7 changed files with 1387 additions and 12 deletions
+7
View File
@@ -208,6 +208,13 @@ const router = createRouter({
path: 'login',
component: () => import('../pages/login.vue'),
},
{
path: 'setup-wizard',
component: () => import('../views/setting/SetupWizard.vue'),
meta: {
requiresAuth: true,
},
},
{
path: '/:pathMatch(.*)*',
component: () => import('../pages/[...all].vue'),