jiangping
2025-02-19 c977f0e2fd86ca3e9e3ad3961f702206c41d2767
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'