From 68aed119ddc1274ddf187aaac9b2e482552c4cab Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 13 Jan 2024 22:58:32 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20MALL=EF=BC=9A=E7=AE=80=E5=8C=96?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=86=E7=B1=BB=E7=9A=84=20VO=20=E8=BD=AC?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 26bb847383515f09c74ee2369cdf07c3014a3f14) --- src/api/mall/product/category.ts | 4 ---- src/views/mall/product/category/CategoryForm.vue | 6 ------ src/views/mall/product/category/index.vue | 2 +- src/views/mall/trade/delivery/express/ExpressForm.vue | 1 - 4 files changed, 1 insertion(+), 12 deletions(-) diff --git a/src/api/mall/product/category.ts b/src/api/mall/product/category.ts index 8158fc0f..7e80b76a 100644 --- a/src/api/mall/product/category.ts +++ b/src/api/mall/product/category.ts @@ -20,10 +20,6 @@ export interface CategoryVO { * 移动端分类图 */ picUrl: string - /** - * PC 端分类图 - */ - bigPicUrl?: string /** * 分类排序 */ diff --git a/src/views/mall/product/category/CategoryForm.vue b/src/views/mall/product/category/CategoryForm.vue index eee378f5..899bf823 100644 --- a/src/views/mall/product/category/CategoryForm.vue +++ b/src/views/mall/product/category/CategoryForm.vue @@ -25,10 +25,6 @@
推荐 180x180 图片分辨率
- - -
推荐 468x340 图片分辨率
-
@@ -68,7 +64,6 @@ const formData = ref({ id: undefined, name: '', picUrl: '', - bigPicUrl: '', status: CommonStatusEnum.ENABLE }) const formRules = reactive({ @@ -133,7 +128,6 @@ const resetForm = () => { id: undefined, name: '', picUrl: '', - bigPicUrl: '', status: CommonStatusEnum.ENABLE } formRef.value?.resetFields() diff --git a/src/views/mall/product/category/index.vue b/src/views/mall/product/category/index.vue index 9bfd1eff..5fa4ef50 100644 --- a/src/views/mall/product/category/index.vue +++ b/src/views/mall/product/category/index.vue @@ -38,7 +38,7 @@ diff --git a/src/views/mall/trade/delivery/express/ExpressForm.vue b/src/views/mall/trade/delivery/express/ExpressForm.vue index f7d5dac7..232fb793 100644 --- a/src/views/mall/trade/delivery/express/ExpressForm.vue +++ b/src/views/mall/trade/delivery/express/ExpressForm.vue @@ -119,7 +119,6 @@ const resetForm = () => { id: undefined, name: '', picUrl: '', - bigPicUrl: '', status: CommonStatusEnum.ENABLE } formRef.value?.resetFields()