diff --git a/.env.production b/.env.production
index b9f4c4f..2cbd7de 100644
--- a/.env.production
+++ b/.env.production
@@ -21,8 +21,8 @@ NODE_ENV = "production"
# 七参数标准版(测试平台)
# VITE_API_URL = 'http://182.90.224.237:15551'
# agjt
-# VITE_API_URL = 'http://42.180.188.17:9809' #生产环境
-VITE_API_URL = 'http://42.180.188.17:11211' #测试环境
+VITE_API_URL = 'http://42.180.188.17:9809' #生产环境
+# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境
# 苏立信/重庆市南岸区
# VITE_API_URL = 'http://101.43.164.214:11111'
# 中科安信
diff --git a/src/views/commandScreen/commandCenter/centerBottom.vue b/src/views/commandScreen/commandCenter/centerBottom.vue
index 07b533e..992f45d 100644
--- a/src/views/commandScreen/commandCenter/centerBottom.vue
+++ b/src/views/commandScreen/commandCenter/centerBottom.vue
@@ -129,9 +129,9 @@
超危工程
危大工程
-
+
- {{ item.msg }}
+ {{ item.msg }}
@@ -328,16 +328,8 @@ const getNoticeList = async (showLoading: boolean) => {
// item.status == 5 ? "合格":
// item.status == 6 ? "已撤回":
// item.status == 7 ? "整改!":""
- let tempMsg =
- item.enterpriseName +
- "的" +
- item.regionName +
- "责任区域内有一条" +
- item.dangerItemContent +
- "的隐患" +
- statusMsg1 +
- ",请注意监督" +
- statusMsg2;
+ // enterpriseName
+ let tempMsg = `【${item.mainEnterpriseName}】的${item.regionName}责任区域内有一条${item.dangerItemContent}的隐患${statusMsg1},请注意监督${statusMsg2}`;
return {
msg: tempMsg,
payload: JSON.stringify({ status: item.status, level: item.level, time: item.inspectTime, overTime: item.overTime })
diff --git a/src/views/commandScreen/dialogCompnnents/month-safe-score.vue b/src/views/commandScreen/dialogCompnnents/month-safe-score.vue
index aed6522..fed3852 100644
--- a/src/views/commandScreen/dialogCompnnents/month-safe-score.vue
+++ b/src/views/commandScreen/dialogCompnnents/month-safe-score.vue
@@ -31,13 +31,13 @@
| 单项扣分 |
-
+ |
{{ item }}
|
| 单项得分 |
- {{ item }} |
+ {{ item }} |