fix: 修复问题

This commit is contained in:
2026-01-18 02:15:08 +08:00
parent aa81a1aebc
commit 961e4bcc77
15 changed files with 1652 additions and 1103 deletions

View File

@@ -61,8 +61,8 @@ const routes = [
path: 'system',
name: '系统',
children: [
// { path: '', redirect: '/system/style-settings' },
// { path: 'style-settings', name: '风格设置', component: () => import('../views/system/StyleSettings.vue') },
{ path: '', redirect: '/system/style-settings' },
{ path: 'style-settings', name: '风格设置', component: () => import('../views/system/style-settings/index.vue') },
{
path: 'task-management/:type',
name: '任务中心',