zouooh il y a 1 an
Parent
commit
8743d68ab4
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 2 0
      .gitignore
  2. 1 1
      src/util/ajax.js

+ 2 - 0
.gitignore

@@ -13,3 +13,5 @@ yarn-error.log*
13 13
 *.njsproj
14 14
 *.sln
15 15
 /package-lock.json
16
+/luohe_operation/
17
+/luohe_operation.zip

+ 1 - 1
src/util/ajax.js

@@ -122,7 +122,7 @@ service.interceptors.response.use(
122 122
       setTimeout(() => {
123 123
         loseToken = false;
124 124
       }, 5000);
125
-      top.location = getUrl();
125
+      top.location = 'https://park.lhzhtc.cn/SaaS-Platform';
126 126
       return Promise.reject(response);
127 127
     }
128 128
     //业务异常拦截 (code8)