修改路由位置,跳转功能完善
This commit is contained in:
@ -323,6 +323,22 @@ export default [
|
||||
},
|
||||
]
|
||||
},
|
||||
//在线监督和事后监督
|
||||
{
|
||||
path: '/VideoMonitor',
|
||||
routes: [
|
||||
{
|
||||
name: 'Online',
|
||||
path: '/VideoMonitor/Online',
|
||||
component: './VideoMonitor/Online',
|
||||
},
|
||||
{
|
||||
name: 'Post',
|
||||
path: '/VideoMonitor/Post',
|
||||
component: './VideoMonitor/Post',
|
||||
},
|
||||
],
|
||||
},
|
||||
{//账号信息管理-代理机构管理员
|
||||
name: 'Account',
|
||||
icon: 'form',
|
||||
|
Reference in New Issue
Block a user