fix:修改BUG

This commit is contained in:
Vce 2024-04-23 21:31:22 +08:00
parent da7cf2ed43
commit 68df403552
2 changed files with 8 additions and 2 deletions

View File

@ -23,7 +23,7 @@ VITE_API_URL = 'http://101.43.164.214:11111'
# agjt # agjt
# VITE_API_URL = 'http://47.93.215.234:9809' # 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=' VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url='

View File

@ -849,7 +849,13 @@ export const SLXMenu: Array<any> = [
}, },
{ {
moduleName: "劳务管理", moduleName: "劳务管理",
modulePath: "/laborManagement" modulePath: "/laborManagement",
menuList: [
{
menuName: "劳务管理",
companyPath: "/laborManagement"
},
]
}, },
{ {
moduleName: "安全管理", moduleName: "安全管理",