wanshenmean
2025-04-10 102502a8dfeeee728db99758c4443b7824bbe232
´úÂë¹ÜÀí/NEWCode/WIDESEAWCS_PDA/uview-ui/libs/request/index.js
@@ -30,6 +30,7 @@
         options.complete = (response) => {
            // è¯·æ±‚返回后,隐藏loading(如果请求返回快的话,可能会没有loading)
            uni.hideLoading();
            // æ¸…除定时器,如果请求回来了,就无需loading
            clearTimeout(this.config.timer);
            this.config.timer = null;
@@ -74,7 +75,6 @@
               }
            }
         }
         // åˆ¤æ–­æ˜¯å¦ä¸ºå®Œæ•´ URL,如果是则不使用 baseUrl
         if (options.url.includes('http://') || options.url.includes('https://')) {
            options.url = options.url;