This commit is contained in:
Jane
2024-07-22 15:10:51 +08:00
parent 20f3694dc6
commit 367d095b31
49 changed files with 6535 additions and 2519 deletions

View File

@@ -69,8 +69,8 @@ export const constantRoutes = [
{
path: 'index',
component: () => import('@/views/index'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
/*name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }*/
}
]
},