fix: 修复问题
This commit is contained in:
@@ -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: '任务中心',
|
||||
|
||||
Reference in New Issue
Block a user