diff --git a/buyer/src/config/index.js b/buyer/src/config/index.js index 65be2176..a939cf11 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: false, //生产环境 是否启用cdn加载 vue等js + enableCDN: true, //生产环境 是否启用cdn加载 vue等js port: 10000, //端口 }; diff --git a/manager/src/config/index.js b/manager/src/config/index.js index 28e36d58..68b9d83e 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: false, //生产环境 是否启用cdn加载 vue等js + enableCDN: true, //生产环境 是否启用cdn加载 vue等js port: 10003, //端口 }; diff --git a/seller/src/config/index.js b/seller/src/config/index.js index e0e63444..7fad393a 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: false, //生产环境 是否启用cdn加载 vue等js - port:10002, //端口 + enableCDN: true, //生产环境 是否启用cdn加载 vue等js + port: 10002, //端口 }; diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue index f7a8d0ca..3e66db45 100644 --- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue +++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue @@ -45,7 +45,11 @@ /> -