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: "安全管理",