修改路由位置,跳转功能完善

This commit is contained in:
袁帅
2022-08-25 14:44:05 +08:00
parent 2f5b0a3bb4
commit c0e2564b4a
4 changed files with 18 additions and 18 deletions

View File

@ -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',

View File

@ -102,20 +102,4 @@ export default [
},
],
},
{
path: '/VideoMonitor',
routes: [
{
name: 'Online',
path: '/VideoMonitor/Online',
component: './VideoMonitor/Online',
},
{
name: 'Post',
path: '/VideoMonitor/Post',
component: './VideoMonitor/Post',
},
],
},
]