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(); }