feat: 修改项目依赖以确保项目能启动并稍微调整了页面公共布局提高还原度

This commit is contained in:
zhangyu
2019-09-18 21:15:20 +08:00
parent 01e9be732e
commit b2c6fa2d47
7 changed files with 14 additions and 16 deletions

View File

@@ -46,7 +46,7 @@ export default new Router({
children: [
{
path: '/dashboard',
name: 'dashboard',
name: 'Dashboard',
component: RouteView,
icon: 'dashboard',
children: [

View File

@@ -25,7 +25,7 @@ export default new Router({
children: [
{
path: '/dashboard',
name: 'dashboard',
name: 'Dashboard',
component: RouteView,
icon: 'dashboard',
children: [