rk
2026-05-22 552238172036acf08ccf36134282a06b5e21b936
app/utils/http.interceptor.js
@@ -16,6 +16,7 @@
   
   // 响应拦截器
   uni.$u.http.interceptors.response.use((response) => {
      console.log(response)
      if (!['web/driverInfo/updateLocation'].includes(response.config.url)) {
         uni.hideLoading();
      }