MrShi
2023-12-12 f45cb383c222a203cea5e5fe2b465f90e677b31c
bicycle/utils/http.interceptor.js
@@ -13,7 +13,6 @@
   
   // 响应拦截器
   uni.$u.http.interceptors.response.use((response) => {
      console.log(response.data.code)
      if (response.data.code === 5113) {
         uni.navigateTo({
            url: '/pages/login/login'