From 751dfe21d19a22bb130a6a14857470868d7be53a Mon Sep 17 00:00:00 2001 From: p-honggang.li <p-honggang.li@pcitc.com> Date: 星期一, 08 九月 2025 18:04:51 +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