diff --git a/buyer/src/config/index.js b/buyer/src/config/index.js index a939cf11..65be2176 100644 --- a/buyer/src/config/index.js +++ b/buyer/src/config/index.js @@ -7,6 +7,6 @@ module.exports = { }, //公司信息 icpMessage: "京ICP备20009696号-1", //icp备案 aMapKey: "b440952723253aa9fe483e698057bf7d", //高德web端申请的api key - enableCDN: true, //生产环境 是否启用cdn加载 vue等js + enableCDN: false, //生产环境 是否启用cdn加载 vue等js port: 10000, //端口 }; diff --git a/manager/src/config/index.js b/manager/src/config/index.js index 68b9d83e..28e36d58 100644 --- a/manager/src/config/index.js +++ b/manager/src/config/index.js @@ -2,6 +2,6 @@ module.exports = { title: "lilishop", //配置显示在浏览器标签的title aMapKey: "b440952723253aa9fe483e698057bf7d", //高德web端申请的api key website: "https://www.pickmall.cn", //官网地址 - enableCDN: true, //生产环境 是否启用cdn加载 vue等js + enableCDN: false, //生产环境 是否启用cdn加载 vue等js port: 10003, //端口 }; diff --git a/seller/src/config/index.js b/seller/src/config/index.js index 7fad393a..0a66fe5a 100644 --- a/seller/src/config/index.js +++ b/seller/src/config/index.js @@ -2,6 +2,6 @@ module.exports = { title: "lilishop", //配置显示在浏览器标签的title aMapKey: "b440952723253aa9fe483e698057bf7d", //高德web端申请的api key website: "https://www.pickmall.cn", //官网地址 - enableCDN: true, //生产环境 是否启用cdn加载 vue等js + enableCDN: false, //生产环境 是否启用cdn加载 vue等js port: 10002, //端口 };