diff --git a/src/views/mall/product/property/index.vue b/src/views/mall/product/property/index.vue index 042bc9805..398fce72f 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 0d30fd74f..700afb5a2 100644 --- a/src/views/mall/product/property/value/index.vue +++ b/src/views/mall/product/property/value/index.vue @@ -45,8 +45,8 @@ - - + +