MrShi
2025-09-15 856f526f823f5dad88c28657d82f971ff66afb1e
bicycle/utils/http.interceptor.js
@@ -13,10 +13,9 @@
   
   // 响应拦截器
   uni.$u.http.interceptors.response.use((response) => {
      console.log(response.data.code)
      if (response.data.code === 5113) {
         uni.navigateTo({
            url: '/pages/login/login'
            url: '/pages/index/index'
         });
         return
      }
@@ -26,7 +25,6 @@
            icon: "none",
            duration: 2000
         });
         return response.data
      }
      return response.data
   }, (response) => {