From 68df40355277860bee63ac12f41547a996aed37e Mon Sep 17 00:00:00 2001 From: Vce Date: Tue, 23 Apr 2024 21:31:22 +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 --- .env.production | 2 +- src/config/staticMenu.ts | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index e886e3a..de78426 100644 --- a/.env.production +++ b/.env.production @@ -23,7 +23,7 @@ VITE_API_URL = 'http://101.43.164.214:11111' # agjt # VITE_API_URL = 'http://47.93.215.234:9809' # 苏立信 -VITE_API_URL = 'http://101.43.164.214:11111' +# VITE_API_URL = 'http://101.43.164.214:11111' # 打包 VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url=' diff --git a/src/config/staticMenu.ts b/src/config/staticMenu.ts index 05c47d3..fe1917f 100644 --- a/src/config/staticMenu.ts +++ b/src/config/staticMenu.ts @@ -849,7 +849,13 @@ export const SLXMenu: Array = [ }, { moduleName: "劳务管理", - modulePath: "/laborManagement" + modulePath: "/laborManagement", + menuList: [ + { + menuName: "劳务管理", + companyPath: "/laborManagement" + }, + ] }, { moduleName: "安全管理",