2024-11-15 中铁十一局配置

This commit is contained in:
Rain 2024-11-15 17:05:26 +08:00
parent 792baf0429
commit 725326f6be
3 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ export const BAIDU_MAP_KEY: string = "";
export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL;
// 项目环境标识配置 部署时需更改对应的项目
export const COMPANY: string = ""; //标准版
// export const COMPANY: string = ""; //标准版
// export const COMPANY: string = "zhzrf"; //中海·臻如府
// export const COMPANY: string = "zsbf"; //中水北方
// export const COMPANY: string = "as"; //鞍山项目
@ -52,7 +52,7 @@ export const COMPANY: string = ""; //标准版
// export const COMPANY: string = "zkax"; // 中科安信项目
// export const COMPANY: string = "jzjt"; //九柱集团
// export const COMPANY: string = "whzt"; //武汉中铁
// export const COMPANY: string = "ztsyj"; // 中铁十一局
export const COMPANY: string = "ztsyj"; // 中铁十一局
// export const COMPANY: string = "xnyzhjj"; // 新能源智慧基建管理平台
// export const COMPANY: string = "allxm"; // 安立路项目

View File

@ -200,11 +200,11 @@ export const staticRouter: RouteRecordRaw[] = [
name: "高支模监测",
component: () => import("@/views/sevenLargeScreen/safetyManagement/highFormwork/index.vue")
},
{
path: "/highSlope",
name: "高边坡监测",
component: () => import("@/views/sevenLargeScreen/safetyManagement/highSlope/index.vue")
},
// {
// path: "/highSlope",
// name: "高边坡监测",
// component: () => import("@/views/sevenLargeScreen/safetyManagement/highSlope/index.vue")
// },
{
path: "/smokeSensor",
name: "烟感监测",

View File

@ -14,7 +14,7 @@
<span class="projectTitle">
<!-- 新建宁波项目要打开 -->
<p v-if="COMPANY === 'xjnb'">智慧工地项目监管平台</p>
<p v-else>数字化项目监管平台</p>
<p v-else>安全管理综合监管平台</p>
<!-- <p>江坑110kv变电站智慧工地</p> -->
</span>