Browse Source

BUG修复

Koishi 3 days ago
parent
commit
ac6e6749c2
3 changed files with 19 additions and 15 deletions
  1. 14 14
      .env.production
  2. 4 0
      src/nxfStyle.less
  3. 1 1
      src/views/SandTable/SandTable.vue

+ 14 - 14
.env.production

@@ -15,34 +15,34 @@ VUE_APP_DIALOG_NUM = 8
 #趋势对比鼠标点击
 #趋势对比鼠标点击
 VUE_APP_DIALOG_POINT = contextmenu
 VUE_APP_DIALOG_POINT = contextmenu
 # 综合报警
 # 综合报警
-VUE_APP_ALARM=http://10.220.1.5:6015
-# VUE_APP_ALARM=http://10.112.33.5:6015
+# VUE_APP_ALARM=http://10.220.1.5:6015
+VUE_APP_ALARM=http://10.112.33.5:6015
 # VUE_APP_ALARM=http://123.60.219.66:48080
 # VUE_APP_ALARM=http://123.60.219.66:48080
 # 登录
 # 登录
 # VUE_APP_VUE_LOGIN_URL=http://10.220.1.8:48080
 # VUE_APP_VUE_LOGIN_URL=http://10.220.1.8:48080
 # VUE_APP_VUE_LOGIN_URL=http://123.60.219.66:48080
 # VUE_APP_VUE_LOGIN_URL=http://123.60.219.66:48080
 
 
 
 
-VUE_APP_API=http://10.220.1.5:6060
-# VUE_APP_API=http://10.112.33.5:6060
+# VUE_APP_API=http://10.220.1.5:6060
+VUE_APP_API=http://10.112.33.5:6060
 # VUE_APP_TEST=http://10.81.3.155:9002
 # VUE_APP_TEST=http://10.81.3.155:9002
 # VUE_APP_WS='ws://10.81.3.155:9002'
 # VUE_APP_WS='ws://10.81.3.155:9002'
 # VUE_APP_ADAPTERURL=http://10.81.3.155:8011
 # VUE_APP_ADAPTERURL=http://10.81.3.155:8011
 
 
-VUE_APP_URL=https://10.220.1.5:5300
-# VUE_APP_URL=https://10.112.33.5:5300
+# VUE_APP_URL=https://10.220.1.5:5300
+VUE_APP_URL=https://10.112.33.5:5300
 
 
-VUE_APP_URL2=http://10.220.1.5:8080
-# VUE_APP_URL2=http://10.112.33.5:8081
+# VUE_APP_URL2=http://10.220.1.5:8080
+VUE_APP_URL2=http://10.112.33.5:8081
 
 
-VUE_APP_REPORT=http://10.220.1.5:8001
-# VUE_APP_REPORT=http://10.112.33.5:8001
+# VUE_APP_REPORT=http://10.220.1.5:8001
+VUE_APP_REPORT=http://10.112.33.5:8001
 
 
-VUE_APP_WS_URL=ws://10.220.1.5:6014
-# VUE_APP_WS_URL=ws://10.112.33.5:6014
+# VUE_APP_WS_URL=ws://10.220.1.5:6014
+VUE_APP_WS_URL=ws://10.112.33.5:6014
 
 
-VUE_APP_GENERAT_URL=http://10.220.1.5:6060
-# VUE_APP_GENERAT_URL=http://10.112.33.5:6060
+# VUE_APP_GENERAT_URL=http://10.220.1.5:6060
+VUE_APP_GENERAT_URL=http://10.112.33.5:6060
 
 
 VUE_APP_HEADER_URL=http://10.112.32.31:10200
 VUE_APP_HEADER_URL=http://10.112.32.31:10200
 VUE_APP_HEADER2_URL=http://10.112.32.31:10201
 VUE_APP_HEADER2_URL=http://10.112.32.31:10201

+ 4 - 0
src/nxfStyle.less

@@ -710,6 +710,10 @@
         .el-table__fixed-right-patch {
         .el-table__fixed-right-patch {
             background: transparent !important;
             background: transparent !important;
         }
         }
+
+        .el-table__body-wrapper::-webkit-scrollbar-corner {
+            background: transparent !important;
+        }
     }
     }
 
 
     .main-body,
     .main-body,

+ 1 - 1
src/views/SandTable/SandTable.vue

@@ -1806,7 +1806,7 @@ export default {
     };
     };
     // 渲染后
     // 渲染后
     this.$nextTick(() => {
     this.$nextTick(() => {
-      this.init(jsonDataHT);
+      // this.init(jsonDataHT);
       this.getDataInfo();
       this.getDataInfo();
       this.timmer = setInterval(() => {
       this.timmer = setInterval(() => {
         this.getDataInfo();
         this.getDataInfo();