diff --git a/src/jmapNew/map.js b/src/jmapNew/map.js index d9b6dc9b8..e147ef126 100644 --- a/src/jmapNew/map.js +++ b/src/jmapNew/map.js @@ -289,6 +289,7 @@ class Jlmap { setUpdateMapDevice(list) { store.dispatch('map/updateMapDevice', list); (list || []).forEach(elem => { + const code = elem.code; const type = elem._type; if (elem.deviceType === 'TRAIN' && elem.type === 'HEAD') { diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index 836771751..778caeb7b 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -2,11 +2,11 @@ export function getBaseUrl() { let BASE_API; if (process.env.NODE_ENV === 'development') { // BASE_API = 'https://joylink.club/jlcloud'; - // BASE_API = 'https://test.joylink.club/jlcloud'; + BASE_API = 'https://test.joylink.club/jlcloud'; // BASE_API = 'http://192.168.3.5:9000'; // 袁琪 // BASE_API = 'http://192.168.3.6:9000'; // 旭强 // BASE_API = 'http://192.168.3.41:9000'; // 张赛 - BASE_API = 'http://192.168.3.82:9000'; // 杜康 + // BASE_API = 'http://192.168.3.82:9000'; // 杜康 // BASE_API = 'http://b29z135112.zicp.vip'; // BASE_API = 'http://2925963m2a.zicp.vip'; // 杜康 // BASE_API = 'http://2i38984j47.qicp.vip'; // 张赛 diff --git a/src/views/iscs/iscsSystem/config/pis/emergencyRelease.vue b/src/views/iscs/iscsSystem/config/pis/emergencyRelease.vue index 7a4f70106..6c52b8b8d 100644 --- a/src/views/iscs/iscsSystem/config/pis/emergencyRelease.vue +++ b/src/views/iscs/iscsSystem/config/pis/emergencyRelease.vue @@ -2,19 +2,21 @@
中心PIS紧急信息一览
- + -
-
显示内容
-
-
-
-
区域详细
-
紧急信息清除
-
清除
+
+
+
显示内容
+
+
+
+
区域详细
+
紧急信息清除
+
清除
+
@@ -25,14 +27,16 @@ export default { data() { return { tableData: [], - headerCellStyle: {background: '#121A86', height: '25px', color: '#FFF'} + headerCellStyle: {background: '#121A86', height: '25px', color: '#FFF'}, + cellStyle: {height:'25px'} }; } };