Quellcode durchsuchen

优化大屏菜单有时点击无反应的问题

DFS_Shuo_Chen vor 2 Monaten
Ursprung
Commit
80beb4306c

+ 2 - 2
admin.ui.plus-master/src/views/admin/visualization/KeyWatchMonitoring/index.vue

@@ -25,7 +25,7 @@
        dateYear: null,
        dateWeek: null,
        weekday: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
-       iframeUrl:"http://47.101.220.106:8012/"
+       //iframeUrl:"http://47.101.220.106:8012/"
      };
    },
    filters: {
@@ -36,7 +36,7 @@
    computed: {},
    created() {},
    mounted() {
-    window.open('http://47.101.220.106:8012', '_blank');
+    //window.open('http://47.101.220.106:8012', '_blank');改到权限管理中配置
      this.timeFn();
      this.cancelLoading();
    },

+ 2 - 2
admin.ui.plus-master/src/views/admin/visualization/deviceVision/test.vue

@@ -26,7 +26,7 @@ export default {
       dateYear: null,
       dateWeek: null,
       weekday: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
-      iframeUrl:"http://47.101.220.106:8013/"
+     // iframeUrl:"http://47.101.220.106:8013/"
     };
   },
   filters: {
@@ -37,7 +37,7 @@ export default {
   computed: {},
   created() {},
   mounted() {
-    window.open('http://47.101.220.106:8013', '_blank');
+   // window.open('http://47.101.220.106:8013', '_blank');改到权限管理中配置
     this.timeFn();
     this.cancelLoading();
   },

+ 2 - 2
admin.ui.plus-master/src/views/admin/visualization/fueldepotmonitoringdata/index.vue

@@ -25,7 +25,7 @@
        dateYear: null,
        dateWeek: null,
        weekday: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
-       iframeUrl:"http://47.101.220.106:8011?ss=1"
+      // iframeUrl:"http://47.101.220.106:8011?ss=1"
      };
    },
    filters: {
@@ -36,7 +36,7 @@
    computed: {},
    created() {},
    mounted() {
-    window.open('http://47.101.220.106:8011', '_blank');
+   // window.open('http://47.101.220.106:8011', '_blank');改到权限管理中配置
      this.timeFn();
      this.cancelLoading();
    },

+ 2 - 2
admin.ui.plus-master/src/views/admin/visualization/pcbaVision/index.vue

@@ -26,7 +26,7 @@
         dateYear: null,
         dateWeek: null,
         weekday: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
-        iframeUrl:"http://47.101.220.106:8020/"
+       // iframeUrl:"http://47.101.220.106:8020/"
       };
     },
     filters: {
@@ -37,7 +37,7 @@
     computed: {},
     created() {},
     mounted() {
-      window.open('http://47.101.220.106:8020', '_blank');
+     // window.open('http://47.101.220.106:8020', '_blank');改到权限管理中配置
       this.timeFn();
       this.cancelLoading();
     },