doum
5 天以前 cff9aa6a3a5d9dab0c97cf9154382d1a69aa1cf5
h5/utils/http.interceptor.js
@@ -18,11 +18,11 @@
   uni.$u.http.interceptors.response.use((response) => {
      uni.hideLoading();
      // 登录过期
      if (response.data.code === 401) {
         uni.navigateTo({
            url: '/packageA/loginAgain/loginAgain'
         });
      }
      // if (response.data.code === 401) {
      //    uni.navigateTo({
      //       url: '/packageA/loginAgain/loginAgain'
      //    });
      // }
      if (response.data.code !== 200) {
         uni.showToast({
            title: response.data.message,