From a4e7747ec17bdab96b3971dd631df63272aa49be Mon Sep 17 00:00:00 2001 From: Bang Hu <hu_bang@hotmail.com> Date: 星期四, 28 八月 2025 12:52:18 +0800 Subject: [PATCH] 参考买家中心修改交易审批模块查询和订单操作选项功能逻辑 --- src/router/modules/productPriceManage.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/router/modules/productPriceManage.ts b/src/router/modules/productPriceManage.ts index 78f9a3b..7a32c8a 100644 --- a/src/router/modules/productPriceManage.ts +++ b/src/router/modules/productPriceManage.ts @@ -1,5 +1,5 @@ export default { - path: 'productPrice/', + path: 'product/', name: 'productPrice', children: [ { -- Gitblit v1.8.0