rk
14 小时以前 609a1931953b2298016bd2b0d6b410666b5ad7b9
bicycle/utils/http.interceptor.js
@@ -15,7 +15,7 @@
   uni.$u.http.interceptors.response.use((response) => {
      if (response.data.code === 5113) {
         uni.navigateTo({
            url: '/pages/index/index'
            url: '/pages/login/login'
         });
         return
      }