欢迎页和MTRAgent管理模块功能
1、欢迎页布局和展示效果优化 2、MTRAgent管理模块
This commit is contained in:
@@ -748,6 +748,21 @@ export const dynamicRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
// mtrAgent管理
|
||||
{
|
||||
path: '/resource/mtrAgent/view',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ['resource:mtrAgent:view'],
|
||||
children: [
|
||||
{
|
||||
path: ':id?',
|
||||
component: () => import('@/views/resource/mtrAgent/mtrAgentView'),
|
||||
name: 'remoteManageView',
|
||||
meta: { title: 'MTRAgent信息', activeMenu: '/resource/mtrAgent' }
|
||||
}
|
||||
]
|
||||
},
|
||||
// agent更新
|
||||
{
|
||||
path: '/resource/agentUpdate/view',
|
||||
|
||||
Reference in New Issue
Block a user