From 019dfc754c253d4be1acee7166c1dae85c084eac Mon Sep 17 00:00:00 2001 From: yaoxin <1752800946@qq.com> Date: Fri, 1 Mar 2024 19:25:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E6=A8=A1=E5=9D=97=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E7=BB=84=E5=A2=9E=E5=88=A0=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ImageUpload/index.vue | 1 + src/views/product/attribute/index.vue | 7 ++++++ src/views/product/attributeGroup/index.vue | 27 ++++++++++++++++++++-- src/views/product/category/index.vue | 9 +++++++- 4 files changed, 41 insertions(+), 3 deletions(-) diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue index 3e32010..5198da2 100644 --- a/src/components/ImageUpload/index.vue +++ b/src/components/ImageUpload/index.vue @@ -151,6 +151,7 @@ export default { handleUploadSuccess(res, file) { if (res.code === 200) { this.uploadList.push({name: res.data.url, url: res.data.url}); + console.log(res.data.url) this.uploadedSuccessfully(); } else { this.number--; diff --git a/src/views/product/attribute/index.vue b/src/views/product/attribute/index.vue index d1b259f..06757f8 100644 --- a/src/views/product/attribute/index.vue +++ b/src/views/product/attribute/index.vue @@ -117,11 +117,18 @@