jiangping
2025-03-18 1b0cf0db5c82ea8308d2f338973a91555787c34d
bicycle/utils/http.interceptor.js
@@ -13,6 +13,12 @@
   
   // 响应拦截器
   uni.$u.http.interceptors.response.use((response) => {
      if (response.data.code === 5113) {
         uni.navigateTo({
            url: '/pages/login/login'
         });
         return
      }
      if (response.data.code !== 200) {
         uni.showToast({
            title: response.data.message,