六国语言配置,马来西亚项目拓扑图配置
This commit is contained in:
@ -30,6 +30,12 @@ const remoteControlRouter = {
|
||||
component: () => import('@/views/remote-control/file-service/index.vue'),
|
||||
name: 'file-service',
|
||||
meta: { title: '文件服务' }
|
||||
},
|
||||
{
|
||||
path: 'remote-connection',
|
||||
component: () => import('@/views/remote-control/remote-connection/index.vue'),
|
||||
name: 'remote-connection',
|
||||
meta: { title: '远程连接' }
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
@ -144,8 +144,13 @@ const systemRouter = {
|
||||
component: () => import('@/views/system/site-configuration/index.vue'),
|
||||
name: 'site-configuration',
|
||||
meta: { title: '一键同步' }
|
||||
},
|
||||
{
|
||||
path: 'remote-manage',
|
||||
component: () => import('@/views/system/remote-manage/index.vue'),
|
||||
name: 'remote-manage',
|
||||
meta: { title: '远程管理' }
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user