MrShi
6 小时以前 ea2fb93a0dfcde8f5b66825b20f9d9b835a28acc
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();
      }