jiaosong
2023-11-09 f8b9ccf70df347ed40cadb44202e92a9cd812c3d
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'