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

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

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