diff --git a/src/router/helper/menuHelper.ts b/src/router/helper/menuHelper.ts index 0cab746..d26f115 100644 --- a/src/router/helper/menuHelper.ts +++ b/src/router/helper/menuHelper.ts @@ -127,7 +127,7 @@ export function configureDynamicParamsMenu(menu: Menu, params: RouteParams) { if (!paramPath && matchArr && matchArr.length > 0) { menu.paramPath = path; } - menu.path = realPath; + // menu.path = realPath; // children menu.children?.forEach((item) => configureDynamicParamsMenu(item, params)); }