六国语言配置,马来西亚项目拓扑图配置

This commit is contained in:
huangjp
2026-02-02 08:43:41 +08:00
parent 6f22a10e64
commit 983a638769
168 changed files with 28874 additions and 3289 deletions

View File

@ -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: '远程连接' }
}
]

View File

@ -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: '远程管理' }
}
]
}