This commit is contained in:
jl-zhoujl2
2022-08-09 14:17:24 +08:00
parent 1ce8396fcf
commit a4d3a36e9a
7 changed files with 637 additions and 0 deletions

View File

@ -47,6 +47,16 @@ export default [
path: '/401',
component: './401',
},
{
path: '/MonitorScreen',
routes: [
{
name: 'Home',
path: '/MonitorScreen/Home',
component: './MonitorScreen/Home',
},
],
},