Browse Source

消缺追踪弹窗BUG修复

Koishi 3 years ago
parent
commit
67cbb43767
2 changed files with 3 additions and 1 deletions
  1. 1 1
      public/static/config/modeConfig.js
  2. 2 0
      src/views/HealthControl/HealthTab4.vue

+ 1 - 1
public/static/config/modeConfig.js

@@ -1,5 +1,5 @@
 // 本地联调开关
-const localTest = 0;
+const localTest = 1;
 
 // 服务器地址
 let baseURL = null;

+ 2 - 0
src/views/HealthControl/HealthTab4.vue

@@ -248,10 +248,12 @@ export default {
       that.API.requestData({
         method: "POST",
         subUrl: "recommen/findMainTrack",
+        timeout: 30000,
         data: {
           rid: row.rid,
         },
         success(res) {
+          console.log(123123, res);
           if (res.code == 200) {
             that.trackDate = res.data;
             that.dialogVisible = true;