From dcd335b0acc534fe79ec73eccc620515aeaafd24 Mon Sep 17 00:00:00 2001 From: lihui Date: Tue, 29 Jul 2025 18:06:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=B7=AF=E7=94=B1=E6=98=A0?= =?UTF-8?q?=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/menuUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/menuUtils.js b/src/utils/menuUtils.js index 7e08170..b3cffcc 100644 --- a/src/utils/menuUtils.js +++ b/src/utils/menuUtils.js @@ -42,7 +42,8 @@ export function findFirstThirdLevelMenu(menuList) { export const getRoutePath = (menu) => { // 路由映射表:key为接口menuName,value为对应路由路径 const routeMap = { - '工作台': '/workspace', + + '工作台展示': '/workspace', '金币审核': '/audit', '金豆审核': '/beanAudit',