MrShi
2025-08-21 a223d5e29e9384f720ae98c44cbe10f8fa4f73e7
small-program/utils/http.interceptor.js
@@ -15,7 +15,6 @@
   // 响应拦截器
   uni.$u.http.interceptors.response.use((response) => {
      uni.hideLoading();
      // console.log(response.data)
      if (response.data.code === 5113) {
         uni.switchTab({
            url: '/pages/index/index'