取消cdn加载

This commit is contained in:
lemon橪
2022-02-09 20:49:49 +08:00
parent 15456ae377
commit 21f9fd92e2
4 changed files with 139 additions and 41 deletions

View File

@@ -7,6 +7,6 @@ module.exports = {
}, //公司信息
icpMessage: "京ICP备20009696号-1", //icp备案
aMapKey: "b440952723253aa9fe483e698057bf7d", //高德web端申请的api key
enableCDN: true, //生产环境 是否启用cdn加载 vue等js
port:10000, //端口
enableCDN: false, //生产环境 是否启用cdn加载 vue等js
port: 10000, //端口
};