Commit 725ac849 authored by gengchunlei's avatar gengchunlei

接口返回结果拦截 逻辑调整

parent 77e86e83
...@@ -43,8 +43,8 @@ apiInstance.interceptors.response.use( res =>{ ...@@ -43,8 +43,8 @@ apiInstance.interceptors.response.use( res =>{
} }
return data return data
}, error => { }, error => {
callMobile("goIndex", {}); // callMobile("goIndex", {});
return // return
}) })
/*获取网点*/ /*获取网点*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment