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