bases/Fetcher.js
@@ -82,8 +82,12 @@ } // 正常模式 else { // 代理模式 if (typeof project.host.proxyType !== 'undefined' && project.host.proxyType !== 'lc') { url = '/proxy' + this._data.urlPrefix[1] + (serSuffix || devSuffix); } // 开发环境地址 if (Fetcher.inDevMod) { else if (Fetcher.inDevMod) { url = this._data.urlPrefix[0] + devSuffix; } // 生产环境地址