linan 4 years ago
parent
commit
b9c03dc405

+ 2 - 2
src/sdk/config.js

@@ -1,6 +1,6 @@
 export default {
-  // serverAddress: 'http://115.238.57.190:8010',
-  serverAddress: 'http://121.36.134.218:8010',
+  serverAddress: 'http://115.238.57.190:8010',
+  // serverAddress: 'http://121.36.134.218:8010',
   timeout:50000,
   method:'POST',
   clientid:1,//客户端编号

+ 1 - 0
src/views/deviceManagement/DeviceType.vue

@@ -28,6 +28,7 @@
                 </span>
             </el-tree>
         </section>
+        
 
         <el-dialog :title="title.title" :visible.sync="showDialog">
             <el-row type="flex">

+ 0 - 1
src/views/deviceManagement/deviceHumiture/charts/chart_a.vue

@@ -19,7 +19,6 @@ export default {
     created() {},
     watch: {
         option(nVal, oVal) {
-            
             this.optionKeys = Object.keys(this.option);
             this.series = [];
             Object.keys(this.option).forEach(key => {