dev:调整中海臻如府项目
This commit is contained in:
parent
ac9936d9c3
commit
f3ba4b8588
@ -13,9 +13,9 @@ NODE_ENV = 'development'
|
||||
# 沈阳合盈线上
|
||||
# VITE_API_URL = "http://101.43.164.214:45022"
|
||||
# 演示平台
|
||||
VITE_API_URL = 'http://jxj.zhgdyun.com:9809'
|
||||
# VITE_API_URL = 'http://jxj.zhgdyun.com:9809'
|
||||
# 百色七参数线上地址
|
||||
# VITE_API_URL = 'http://101.43.164.214:11111'
|
||||
VITE_API_URL = 'http://101.43.164.214:11111'
|
||||
# 七参数标准版(测试平台)
|
||||
# VITE_API_URL = 'http://jxj.zhgdyun.com:15551'
|
||||
# 七参数标准版(测试平台)
|
||||
|
||||
@ -24,11 +24,11 @@ export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL;
|
||||
|
||||
// 项目环境标识配置 部署时需更改对应的项目
|
||||
// export const COMPANY: string = ""; //标准版
|
||||
// export const COMPANY: string = "zhzrf"; //中海·臻如府
|
||||
export const COMPANY: string = "zhzrf"; //中海·臻如府
|
||||
// export const COMPANY: string = "zsbf"; //中水北方
|
||||
// export const COMPANY: string = "as"; //鞍山项目
|
||||
// export const COMPANY: string = "agjt"; //鞍钢集团
|
||||
export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏
|
||||
// export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏
|
||||
// export const COMPANY: string = "slx"; //苏立信项目
|
||||
// export const COMPANY: string = "hfqc"; //合肥启程项目
|
||||
// export const COMPANY: string = "jsyc"; // 江苏盐城项目
|
||||
|
||||
@ -1214,6 +1214,10 @@ export const ZHZRFMenu: Array<any> = [
|
||||
{
|
||||
menuName: "智慧党建",
|
||||
companyPath: "/smartPartyBuilding"
|
||||
},
|
||||
{
|
||||
menuName: "进度计划",
|
||||
companyPath: "/schedulePlan"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -1248,53 +1252,64 @@ export const ZHZRFMenu: Array<any> = [
|
||||
]
|
||||
},
|
||||
{
|
||||
moduleName: "升降机监测",
|
||||
moduleName: "绿色施工",
|
||||
modulePath: "/elevatorMonitoring",
|
||||
menuList: [
|
||||
{
|
||||
menuName: "",
|
||||
companyPath: "/elevatorMonitoring"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
moduleName: "塔吊监测",
|
||||
modulePath: "/towerCraneMonitoring",
|
||||
menuList: [
|
||||
{
|
||||
menuName: "",
|
||||
companyPath: "/towerCraneMonitoring"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
moduleName: "高支模监测",
|
||||
modulePath: "/highFormwork",
|
||||
menuList: [
|
||||
{
|
||||
menuName: "",
|
||||
companyPath: "/highFormwork"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
moduleName: "基坑监测",
|
||||
modulePath: "/foundationPitMonitor",
|
||||
menuList: [
|
||||
{
|
||||
menuName: "",
|
||||
companyPath: "/foundationPitMonitor",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
moduleName: "环境监测",
|
||||
modulePath: "/headNoise",
|
||||
menuList: [
|
||||
{
|
||||
menuName: "",
|
||||
menuName: "环境监测",
|
||||
companyPath: "/headNoise"
|
||||
},
|
||||
{
|
||||
menuName: "升降机监测",
|
||||
companyPath: "/elevatorMonitoring"
|
||||
},
|
||||
{
|
||||
menuName: "塔吊监测",
|
||||
companyPath: "/towerCraneMonitoring"
|
||||
},
|
||||
{
|
||||
menuName: "高支模监测",
|
||||
companyPath: "/highFormwork"
|
||||
},
|
||||
{
|
||||
menuName: "基坑监测",
|
||||
companyPath: "/foundationPitMonitor",
|
||||
},
|
||||
{
|
||||
menuName: "配电箱监测",
|
||||
companyPath: "/distributionMonitoring"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
moduleName: "安全管理",
|
||||
modulePath: "/securityManagement",
|
||||
menuList: [
|
||||
{
|
||||
menuName: "",
|
||||
companyPath: "/securityManagement"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
moduleName: "质量管理",
|
||||
modulePath: "/qualityManagement",
|
||||
menuList: [
|
||||
{
|
||||
menuName: "",
|
||||
companyPath: "/qualityManagement"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
moduleName: "AI预警",
|
||||
modulePath: "/aIEarlyWarning",
|
||||
menuList: [
|
||||
{
|
||||
menuName: "",
|
||||
companyPath: "/aIEarlyWarning"
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
]; //中海·臻如府
|
||||
@ -24,8 +24,8 @@ export const staticRouter: RouteRecordRaw[] = [
|
||||
{
|
||||
path: "/large",
|
||||
name: "大屏",
|
||||
// component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版
|
||||
component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏
|
||||
component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版
|
||||
// component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏
|
||||
// component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页)
|
||||
children: [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user