diff --git a/utilCa/config.js b/utilCa/config.js index b02c0ce..299c8ae 100644 --- a/utilCa/config.js +++ b/utilCa/config.js @@ -9,6 +9,7 @@ let baseUrl7 = "" let baseUrl8 = "" let filestore_site = ""; // #ifdef MP-WEIXIN +// 编译项目,因为使用插件lime-echart,echart文件过大,需要非压缩代码方式编译,不然会很慢,发布的时候才压缩代码方式编译 if (wx.getAccountInfoSync().miniProgram.envVersion === 'develop') { baseUrl = 'http://dev.51xuanxiao.com:8005/api' // 开发环境 baseUrl3 = 'http://dev.51xuanxiao.com:8007/api' // 职业环境