提交在线监督和事后监督部分代码

This commit is contained in:
袁帅
2022-08-23 09:01:29 +08:00
parent c060f3fa23
commit 6403286fa4
8 changed files with 704 additions and 0 deletions

View File

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