Merge branch 'uat-video-monitor' into 'release_electronic_bid_evaluation_room'

8.26 电子评标室 在线监督 事后监督

See merge request eshop/fe_service_ebtp_frontend!248
This commit is contained in:
周建龙
2022-08-26 13:39:06 +08:00
9 changed files with 840 additions and 1 deletions

View File

@ -327,6 +327,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,5 +102,4 @@ export default [
},
],
},
]