chenminghua před 2 roky
rodič
revize
37cf1ec596

+ 2 - 2
src/api/config.js

@@ -1,6 +1,6 @@
 const config = {
-    baseURL: 'http://192.168.10.4:9002',
-    socketURL: 'ws://192.168.10.4:9002'
+    baseURL: 'http://192.168.0.6:9002',
+    socketURL: 'ws://192.168.0.6:9002'
 }
 
 export default config;

+ 4 - 1
src/pages/dataAnalysis/tempAnalysis/index.vue

@@ -262,7 +262,10 @@ const barxAxis = reactive({
 	},
 	axisTick: {
 		show: true
-	}
+	},
+	axisLine:{
+      onZero: false,
+     },
 })
 const baryAxis = reactive({
 		type: 'value',