更新代码

This commit is contained in:
guaishoudemao
2021-02-06 16:42:26 +08:00
parent f0bc6fb23e
commit 7c79ae43b4
80 changed files with 3056 additions and 2156 deletions

View File

@@ -148,7 +148,7 @@ export const constantRoutes = [
path: 'dashboard',
component: () => import('@/views/dashboard/index'),
name: 'Dashboard',
meta: { title: '控制台', icon: 'dashboard', affix: true }
meta: { title: '主页', icon: 'dashboard', affix: true }
}
]
},