1
MrShi
2025-03-18 a836f03a5d1fbfa81e147d09ffdfa87ba3975c13
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'
@@ -26,7 +25,6 @@
            icon: "none",
            duration: 2000
         });
         return response.data
      }
      return response.data
   }, (response) => {