chenminghua il y a 2 ans
Parent
commit
37cf1ec596
2 fichiers modifiés avec 6 ajouts et 3 suppressions
  1. 2 2
      src/api/config.js
  2. 4 1
      src/pages/dataAnalysis/tempAnalysis/index.vue

+ 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',