diff --git a/src/views/mall/product/property/index.vue b/src/views/mall/product/property/index.vue index 042bc980..398fce72 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 @@ - - + +