From 41b30ed65991d196e602c5327d3edbeb12e8b88f Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 1 Oct 2023 21:11:47 +0800 Subject: [PATCH] =?UTF-8?q?product=EF=BC=9A=E4=BC=98=E5=8C=96=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 8b7543acd53ed07ddff8744bac256fa7e5b57203) --- src/views/mall/product/property/index.vue | 6 +++--- src/views/mall/product/property/value/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/mall/product/property/index.vue b/src/views/mall/product/property/index.vue index 81ddb56d..0d4087ee 100644 --- a/src/views/mall/product/property/index.vue +++ b/src/views/mall/product/property/index.vue @@ -53,8 +53,8 @@ - - + + { /** 跳转商品属性列表 */ const goValueList = (id: number) => { - push({ path: '/product/property/value/' + id }) + push({ name: 'ProductPropertyValue', params: { propertyId: id } }) } /** 初始化 **/ diff --git a/src/views/mall/product/property/value/index.vue b/src/views/mall/product/property/value/index.vue index 0d30fd74..700afb5a 100644 --- a/src/views/mall/product/property/value/index.vue +++ b/src/views/mall/product/property/value/index.vue @@ -45,8 +45,8 @@ - - + +