yangbifan 2 lat temu
rodzic
commit
28c6bdfb6f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/assets/js/http.js

+ 1 - 1
src/assets/js/http.js

@@ -10,7 +10,7 @@ axios.defaults.headers.post['Content-Type'] = 'application/json';//'multipart/fo
 axios.interceptors.response.use(
   response => {
     //vue.$store.commit('endLoading');
-    if(response.config.url.indexOf('8880')!=-1 || response.config.url.indexOf('8000')!=-1){
+    if(response.config.url.indexOf('8880')!=-1 || response.config.url.indexOf('8099')!=-1){
       return response.data;
     }else{
       return response;