|
|
|
@ -70,10 +70,10 @@ const routes = [
|
|
|
|
|
|
|
|
|
|
// ------------------------------SB管理----------------------------------
|
|
|
|
|
// 设备管理
|
|
|
|
|
{ path: '/DeviceManage/dutyAreaConfig', name: '执勤区配置', component: '@/pages/SB/DeviceManage/DutyAreaConfig' },
|
|
|
|
|
{ path: '/DeviceManage/dataSync', name: '数据同步', component: '@/pages/SB/DeviceManage/DataSync' },
|
|
|
|
|
{ path: '/DeviceManage/remoteMaintenance', name: '远程维护', component: '@/pages/SB/DeviceManage/RemoteMaintenance' },
|
|
|
|
|
{ path: '/DeviceManage/numberMaintenance', name: '报号维护', component: '@/pages/SB/DeviceManage/NumberMaintenance' },
|
|
|
|
|
{ path: '/deviceManage/dutyAreaConfig', name: '执勤区配置', component: '@/pages/SB/DeviceManage/DutyAreaConfig' },
|
|
|
|
|
{ path: '/deviceManage/dataSync', name: '数据同步', component: '@/pages/SB/DeviceManage/DataSync' },
|
|
|
|
|
{ path: '/deviceManage/remoteMaintenance', name: '远程维护', component: '@/pages/SB/DeviceManage/RemoteMaintenance' },
|
|
|
|
|
{ path: '/deviceManage/numberMaintenance', name: '报号维护', component: '@/pages/SB/DeviceManage/NumberMaintenance' },
|
|
|
|
|
// 日志管理
|
|
|
|
|
{ path: '/logManage/index', name: '日志管理', component: '@/pages/SB/LogManage/index' },
|
|
|
|
|
// 审计管理
|
|
|
|
@ -82,6 +82,25 @@ const routes = [
|
|
|
|
|
{ path: '/overseasTaskManage/index', name: '境外任务管理', component: '@/pages/SB/OverseasTaskManage/index' },
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
// ------------------------------SF管理----------------------------------
|
|
|
|
|
// 算法资源管理
|
|
|
|
|
{ path: '/resourceManage/algorithmMaintenance', name: '算法信息维护', component: '@/pages/SF/ResourceManage/AlgorithmMaintenance' },
|
|
|
|
|
{ path: '/resourceManage/paramMaintenance', name: '参数信息维护', component: '@/pages/SF/ResourceManage/ParamMaintenance' },
|
|
|
|
|
{ path: '/resourceManage/algorithmSetConfig', name: '算法集合配置', component: '@/pages/SF/ResourceManage/AlgorithmSetConfig' },
|
|
|
|
|
{ path: '/resourceManage/networkConfig', name: '管理类参数所属网络配置', component: '@/pages/SF/ResourceManage/NetworkConfig' },
|
|
|
|
|
{ path: '/resourceManage/algorithmDistr', name: '算法配发', component: '@/pages/SF/ResourceManage/AlgorithmDistr' },
|
|
|
|
|
{ path: '/resourceManage/algorithmParam', name: '算法参数配发', component: '@/pages/SF/ResourceManage/AlgorithmParam' },
|
|
|
|
|
// 算法配置管理
|
|
|
|
|
{ path: '/configManage/singleInstallConfig', name: '单参数安装配置', component: '@/pages/SF/ConfigManage/SingleInstallConfig' },
|
|
|
|
|
{ path: '/configManage/singleChangeConfig', name: '单参数更换配置', component: '@/pages/SF/ConfigManage/SingleChangeConfig' },
|
|
|
|
|
{ path: '/configManage/multiInstallConfig', name: '多参数安装配置', component: '@/pages/SF/ConfigManage/MultiInstallConfig' },
|
|
|
|
|
{ path: '/configManage/multiChangeConfig', name: '多参数更换配置', component: '@/pages/SF/ConfigManage/MultiChangeConfig' },
|
|
|
|
|
// 算法托收管理
|
|
|
|
|
{ path: '/collectionManage/dataSync', name: '算法托收管理', component: '@/pages/SF/CollectionManage/index' },
|
|
|
|
|
// 算法邮箱管理
|
|
|
|
|
{ path: '/mailboxManage/index', name: '算法邮箱管理', component: '@/pages/SF/MailboxManage/index' },
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
// 建设中页面
|
|
|
|
|
{
|
|
|
|
|
path: '/construction',
|
|
|
|
|