feat: 商家端富文本改为本地引入

This commit is contained in:
Yer
2023-12-01 11:38:01 +08:00
parent 3ec0e9d997
commit 4429227665
7 changed files with 40 additions and 33 deletions

View File

@@ -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) {