From 4429227665bd3cfca9e785fa84207f7cc8035358 Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Fri, 1 Dec 2023 11:38:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E5=95=86=E5=AE=B6?= =?UTF-8?q?=E7=AB=AF=E5=AF=8C=E6=96=87=E6=9C=AC=E6=94=B9=E4=B8=BA=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/editor/upload-image.vue | 4 ++- seller/package.json | 1 - seller/public/index.html | 4 +++ .../goods/goods-seller/goodsOperationSec.vue | 31 +++++++++++++------ .../views/lili-components/editor/config.js | 30 ++++++------------ .../views/lili-components/editor/plugins.js | 2 +- seller/src/views/sys/oss-manage/ossManage.vue | 1 + 7 files changed, 40 insertions(+), 33 deletions(-) diff --git a/manager/src/components/editor/upload-image.vue b/manager/src/components/editor/upload-image.vue index f2c7218e..fdfd5182 100644 --- a/manager/src/components/editor/upload-image.vue +++ b/manager/src/components/editor/upload-image.vue @@ -88,6 +88,9 @@ export default { }; }, methods: { + confirmUrl(){ + + }, handleClickUploadImage(){ this.show = true }, @@ -100,7 +103,6 @@ export default { // 移除商品图片 handleRemoveGoodsPicture(__index) { this.images.splice(__index, 1); - // this.images = this.images.filter((i) => i.url !== file.url); }, // 图片大小不正确 handleMaxSize(file) { diff --git a/seller/package.json b/seller/package.json index 0ccadd37..944d0f7a 100644 --- a/seller/package.json +++ b/seller/package.json @@ -13,7 +13,6 @@ "-": "0.0.1", "@amap/amap-jsapi-loader": "0.0.7", "@antv/g2": "^4.1.14", - "@tinymce/tinymce-vue": "^3.2.0", "axios": "^0.21.1", "dplayer": "^1.27.1", "js-cookie": "^2.2.1", diff --git a/seller/public/index.html b/seller/public/index.html index 882e5c9a..270037ee 100644 --- a/seller/public/index.html +++ b/seller/public/index.html @@ -14,6 +14,9 @@ <% } %>