...
|
...
|
@@ -183,15 +183,15 @@ let routes = [ |
|
|
// {path: '/exchangeView', component: ExchangeView, name: '交换机监控'},
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/nav3',
|
|
|
component: Home,
|
|
|
name: '组件练习',
|
|
|
iconCls: 'el-icon-view',
|
|
|
children: [
|
|
|
{path: '/page7', component: Page7, name: '组件'},
|
|
|
]
|
|
|
},
|
|
|
// {
|
|
|
// path: '/nav3',
|
|
|
// component: Home,
|
|
|
// name: '组件练习',
|
|
|
// iconCls: 'el-icon-view',
|
|
|
// children: [
|
|
|
// {path: '/page7', component: Page7, name: '组件'},
|
|
|
// ]
|
|
|
// },
|
|
|
|
|
|
|
|
|
// {
|
...
|
...
|
|