From 954446f5a88735b0033b49492ea7b658f2bb9e07 Mon Sep 17 00:00:00 2001 From: seatonwan9 Date: 星期二, 19 八月 2025 01:37:53 +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