merge master

This commit is contained in:
Pan 2019-04-28 17:22:32 +08:00
commit 9beb54cc46
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
language: node_js
node_js: stable
node_js: 10
script: npm run test
notifications:
email: false

View File

@ -41,7 +41,7 @@ export const constantRoutes = [
path: 'dashboard',
component: 'views/dashboard/index',
name: 'Dashboard',
meta: { title: 'dashboard', icon: 'dashboard', noCache: true, affix: true }
meta: { title: 'dashboard', icon: 'dashboard', affix: true }
}
]
},

View File

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