Commit 757c3608 authored by 周宏民's avatar 周宏民

feat: 吉木萨尔 集成页

parent ebcc4c67
Pipeline #91415 passed with stages
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
......@@ -9,6 +9,7 @@ import PandaBootPage from './panda';
import IntegrationPage from './integration';
import IntegrationPage2 from './integration2';
import TaihuPage from './project/taihu';
import JimusaerPage from './project/jimusaer';
export const guidePage = [
// type 为true 则需要 功能配置 isPanda 为true
{
......@@ -23,6 +24,10 @@ export const guidePage = [
label: '太湖集成登录',
value: 'taihuPage',
},
{
label: '吉尔木萨集成登录',
value: 'jimusaerPage',
},
{
label: '演示环境(旧版)',
type: true,
......@@ -40,4 +45,5 @@ export const BootPageTemplate = {
integration2: IntegrationPage2,
demonstration: Demonstration,
taihuPage: TaihuPage,
jimusaerPage:JimusaerPage,
};
{
"业务中心": [
{
"name": "综合管理门户",
"english": "Management Portal",
"label": "",
"url": ""
},
{
"name": "综合外业工单",
"english": "Field Work Order",
"url": ""
},
{
"name": "综合业务大屏",
"english": "Business Large Screen",
"url": ""
}
],
"智慧管网": [
{
"name": "管网GIS系统",
"label": "",
"url": "",
"english": "Pipeline GIS"
},
{
"name": "管网采集系统",
"url": "",
"english": "Pipeline Collection"
},
{
"name": "管网一张图",
"url": "",
"english": "Pipe Network"
}
],
"综合调度": [
{
"name": "管网运行监测",
"label": "",
"url": "",
"english": "Pipeline Operation"
},
{
"name": "调度事物管理",
"url": "",
"english": "Scheduling Management"
},
{
"name": "报警管理平台",
"url": "",
"english": "Alarm Management"
}
],
"智慧营销": [
{
"name": "营业收费",
"label": "",
"url": "",
"english": "Operating Fees"
},
{
"name": "抄表管理",
"url": "",
"english": "Meter Reading"
},
{
"name": "网上营业厅",
"url": "",
"english": "Online Business Hall"
}
],
"基础平台": [
{
"name": "物联统一接入平台",
"url": "",
"english": "IoT Unified Access"
},
{
"name": "综合后台管理平台",
"url": "",
"english": "Integrated Backend"
},
{
"name": "GIS服务平台",
"url": "",
"english": "GIS Service "
},
{
"name": "Web组态平台",
"url": "",
"english": "Web Configuration"
}
],
"标题": "吉尔木萨县智慧水务管控平台"
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
......@@ -18,7 +18,7 @@ import JumpThirdLink from '../pages/system/iframe/JumpThirdLink';
import IntegratedLogin from '../pages/system/iframe/IntegratedLogin';
import IntegratedLoginPage from '../pages/integratedLogin'; // 集成登录管理
import ThirdParty from '../pages/thirdParty'; // 集成登录自定义跳转
import JimusaerPage from '../pages/bootpage/template/project/jimusaer/index';
import PrevieView from '../pages/system/previews/preview';
export const dyRoutes = (routes, layout, theme) => {
// eslint-disable-next-line no-shadow
......@@ -125,6 +125,9 @@ export const dyRoutes = (routes, layout, theme) => {
if (/page\/integratedLoginPage/.test(path)) {
return <IntegratedLoginPage {...routeConfig} />;
}
if (/page\/jimusaerPage/.test(path)) {
return <JimusaerPage {...routeConfig} />;
}
},
},
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment