diff --git a/src/assets/js/http.js b/src/assets/js/http.js
index 884ba20a..790238e8 100644
--- a/src/assets/js/http.js
+++ b/src/assets/js/http.js
@@ -40,7 +40,7 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南
// tag: 本地
// axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地
- axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地
+ // axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地
// axios.defaults.baseURL = 'http://139.9.66.234:6324/' // 河南春笋
// axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上
// axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1
@@ -50,7 +50,7 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://47.97.202.104:6023/';
// axios.defaults.baseURL = 'http://139.9.66.234:8/';
// axios.defaults.baseURL = 'http://120.196.217.6:7000/'; // 鹤洲
- // axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西
+ axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西
// axios.defaults.baseURL = 'http://120.196.217.6:7000/' //鹤洲
// axios.defaults.baseURL = 'http://117.156.17.59:9090/'; //
diff --git a/src/views/projectFront/deepFoundationPitManage/monitorData.vue b/src/views/projectFront/deepFoundationPitManage/monitorData.vue
index 25866978..cd289efa 100644
--- a/src/views/projectFront/deepFoundationPitManage/monitorData.vue
+++ b/src/views/projectFront/deepFoundationPitManage/monitorData.vue
@@ -468,7 +468,9 @@
:label="$t('message.deepFoundConfig.pointNo')"
>
-
+
+ {{scope.row.fiducialValue + scope.row.unit}}
+
-
+
+ {{scope.row.lastTimeData + scope.row.unit}}
+
{{scope.row.data + scope.row.unit}}
@@ -486,9 +490,15 @@
{{scope.row.dataTotal + scope.row.unit}}
-
-
-
+
+ {{scope.row.alarmValue + scope.row.unit}}
+
+
+ {{scope.row.dataRate + scope.row.unit +'/d'}}
+
+
+ {{'±' + scope.row.rateAlarmValue + scope.row.unit +'/d'}}
+