Kaynağa Gözat

新版本bug修改

plg 2 ay önce
ebeveyn
işleme
1e6f4c2989

+ 2 - 2
src/utils/http.js

@@ -24,11 +24,11 @@ import { router } from "@/router";
 //30
 // export const basePath = "http://43.143.198.30:8089";
 //红朵服务器
-// export const basePath = "http://129.211.221.44:8089";
+export const basePath = "http://129.211.221.44:8089";
 //锦泓税务服务器
 //新服务器李靖
 //export const basePath = "http://123.57.18.29:8089";
-export const basePath = "http://123.57.18.29:8090";
+// export const basePath = "http://123.57.18.29:8090";
 // export const basePath = "http://146.56.226.174:8089";
 // const base_url = 'http://43.143.198.30:8089/'
 // const base_url = 'http://10.113.248.4:8090/'

+ 4 - 0
src/views/manage/channelManagement/channelManagement.vue

@@ -601,6 +601,10 @@ export default {
     }
     this.searchTarget();
   },
+  onUnmounted() {
+    
+    clearInterval(this.timeFlag)
+  },
   methods: {
     fileNameFormatter(val) {
       let nameTmp = val.filePath;