jiaosong
2023-11-08 a0684138890219d59d8f394fd4808b321fae6f4b
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,