From 4e579861dbd741254eefb4bdc8b398962f4d9925 Mon Sep 17 00:00:00 2001 From: Vce Date: Tue, 23 Apr 2024 21:32:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/staticMenu.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/config/staticMenu.ts b/src/config/staticMenu.ts index fe1917f..52cb86d 100644 --- a/src/config/staticMenu.ts +++ b/src/config/staticMenu.ts @@ -1055,7 +1055,13 @@ export const ZSBFMenu: Array = [ }, { moduleName: "劳务管理", - modulePath: "/laborManagement" + modulePath: "/laborManagement", + menuList: [ + { + menuName: "劳务管理", + companyPath: "/laborManagement" + }, + ] }, { moduleName: "安全管理",