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 @@ <% } %>