diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 7c5c0eb..47f1e11 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -54,7 +54,9 @@ const install = (Vue, vm) => { // uni.navigateTo({ // url: "/pages/login/login/login", // }); - return false; + return res; + // return false; + } } }