Parcourir la source

[Fix 0000]IP地址增加 详情页跳转功能修改

bobo04052021@163.com il y a 1 mois
Parent
commit
4e785e0140
2 fichiers modifiés avec 11 ajouts et 7 suppressions
  1. 2 2
      pages/home/home.vue
  2. 9 5
      pages/ipConfig/ipConfig.vue

+ 2 - 2
pages/home/home.vue

@@ -555,8 +555,8 @@ export default {
         type: this.TabCur,
       };
       const reqparams = uni.$u.queryParams(reqData);
-      const key = this.deviceType1 + "_monitor";
-      if (this.showColum[key].length > 0) {
+      // const key = this.deviceType1 + "_monitor";
+      if (this.deviceShowList.length > 0) {
         this.$destroy();
         uni.navigateTo({
           url: `/pages/home/detail/autodoor/autodoor${reqparams}`,

+ 9 - 5
pages/ipConfig/ipConfig.vue

@@ -33,16 +33,20 @@ export default {
       IPSet: "",
       IpConfig: [
         [
-          { label: "布尔台", value: "http://10.246.95.4:9999" },
           { label: "大柳塔井", value: "http://10.248.135.10:9999" },
           { label: "活鸡兔井", value: "http://10.248.135.121:9999" },
-          { label: "寸草塔二矿", value: "http://10.246.63.125:9999" },
+          { label: "寸草塔二矿", value: "http://10.246.63.5:9999" },
           { label: "乌兰木伦", value: "http://10.246.183.35:9999" },
-          { label: "察哈素", value: "http://10.120.120.164:9999" },
+          { label: "哈拉沟煤矿", value: "http://10.248.223.12:9999" },
+          { label: "布尔台", value: "http://10.246.95.4:9999" },
           { label: "上湾", value: "http://10.246.167.205:9999" },
-          { label: "元子沟", value: "http://172.30.157.9:9999" },
+          { label: "锦界", value: "http://10.248.151.42:9999" },
+          { label: "补连塔", value: "http://10.246.175.16:9999" },
+          { label: "寸草塔", value: "http://10.246.23.171:9999" },
+          { label: "柳塔", value: "http://10.246.87.121:9999" },
+          { label: "石圪台", value: "http://10.246.191.13:9999" },
+          { label: "榆家梁", value: "http://10.248.143.211:9999" },
           { label: "开发", value: "http://182.92.126.35:9999" },
-          { label: "测试", value: "http://192.168.183.151:9999" },
         ],
       ],
       fromSetting: false, // 是否来自设置页