no message

Former-commit-id: 09b4b3b893380080b1d454ea4483f430dcb9e816
Former-commit-id: 8d66925b20063f60f690c12f5be4bcb3205c2976
Former-commit-id: 7bf2139a7d3ee7a4ba4104966d29e2f6e7d03a3e
This commit is contained in:
李杨
2018-02-17 09:52:29 +08:00
parent 1171ad71f9
commit 421b986e77
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
// [业务演示] 菜单
export const menu = {
title: '业务演示',
title: '示例业务界面',
path: '/demo/business',
name: 'demo-business',
meta: {

View File

@@ -11,10 +11,10 @@ export const menu = [
components.menu
]
// 路由
// 路由 这里的顺序决定了在顶栏显示的顺序
export const router = [
business.router,
chart.router,
plugin.router,
components.router
components.router,
business.router
]