From bf961c1397448ae1420c0ba6916d848529a7ac2a Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Thu, 12 Oct 2023 16:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=89=93=E5=8D=A1=E9=87=8D?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shop/shopproduct-add-or-update.vue | 1 + static/config/index.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/modules/shop/shopproduct-add-or-update.vue b/src/views/modules/shop/shopproduct-add-or-update.vue index f7c6639..9514be5 100644 --- a/src/views/modules/shop/shopproduct-add-or-update.vue +++ b/src/views/modules/shop/shopproduct-add-or-update.vue @@ -594,6 +594,7 @@ }, handleRemove(file, fileList) { this.dataForm.productImages = ''; + this.fileList = [] this.dataForm.noneBtnImg = fileList.length >= this.dataForm.limitCountImg; }, handlereset() { diff --git a/static/config/index.js b/static/config/index.js index 1e28d0a..62f3a43 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -7,8 +7,8 @@ // api接口请求地址 // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; // window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb'; - window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境 - // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.38:9200/pb'; + // window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境 + window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.38:9200/pb'; // window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb'; // cdn地址 = 域名 + 版本号