From 36a43bf0e96d7ca8853a0e0d23256c6152db31b8 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Wed, 7 May 2025 13:29:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?update:=20gitignore=E6=B7=BB=E5=8A=A0histor?= =?UTF-8?q?y=E5=8E=86=E5=8F=B2=E6=96=87=E4=BB=B6=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=A1=B5=E6=95=B0=E6=8D=AE=E4=B8=BA=E7=A9=BA=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- src/views/product/productList/components/addProductEdit.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fbf6bc6..f14ac49 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,7 @@ package-lock.json !.yarn/sdks !.yarn/versions .pnp.* - +.history # Vab public/video *.zip diff --git a/src/views/product/productList/components/addProductEdit.vue b/src/views/product/productList/components/addProductEdit.vue index dba2ef6..aeb0087 100644 --- a/src/views/product/productList/components/addProductEdit.vue +++ b/src/views/product/productList/components/addProductEdit.vue @@ -2045,8 +2045,8 @@ export default { } }) } else { - if (shop_product_image) { - let image = shop_product_image[0] + if (shop_product_image.length) { + let image = shop_product_image?.[0] obj.main_color_img = image.item_image_default let other = image.item_image_other if (other) { From 7612e5ca27de0c38748cb3086f98c6601ce4d59b Mon Sep 17 00:00:00 2001 From: qijq <624811160@qq.com> Date: Thu, 15 May 2025 07:18:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=85=B3=E9=97=ADwindow.open?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 546 +++++++++++++++++++------------------- 1 file changed, 273 insertions(+), 273 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 8f298ed..c2b509c 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -89,7 +89,7 @@
- + 桂ICP备2024040484号-1
@@ -97,314 +97,314 @@