MrShi
2023-10-31 e9af167156ca9d1b404a76ab0fc8c82c26fe6a11
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'