From 925365018bddc4d094f9d458362617ee620ebe05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Thu, 10 Feb 2022 14:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=AE=B6=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=95=86=E5=93=81=E4=B8=A2=E5=A4=B1=E8=A7=84=E6=A0=BC?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=BC=80=E5=90=AF?= =?UTF-8?q?cdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/config/index.js | 2 +- manager/src/config/index.js | 2 +- seller/src/config/index.js | 4 +- .../goods/goods-seller/goodsOperationSec.vue | 608 +++++++++++++----- 4 files changed, 444 insertions(+), 172 deletions(-) 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 @@ /> -