diff --git a/.env.development b/.env.development index 2193830..5d3ecf5 100644 --- a/.env.development +++ b/.env.development @@ -4,11 +4,8 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 # VITE_API_URL = 'http://192.168.34.155:19111' -<<<<<<< HEAD # VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地 -======= # VITE_API_URL = 'http://192.168.34.221:19112' #雄哥本地 ->>>>>>> f4fb5a65f5b944ac4b0c6322d402ef9d078285b6 # VITE_API_URL = 'http://192.168.34.221:28890' #雄哥本地 # VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程 # VITE_API_URL = 'http://192.168.34.221:28889' diff --git a/.env.production b/.env.production index 78cb61a..50ec62a 100644 --- a/.env.production +++ b/.env.production @@ -44,18 +44,15 @@ VITE_API_URL = 'http://1.13.185.209:8089' # VITE_API_URL = 'http://jxj.zhgdyun.com:18000' # 大连金笔 # VITE_API_URL = 'http://101.43.164.214:11126' -<<<<<<< HEAD # 新能源智慧基建管理平台|中新建电力集团(内网) # VITE_API_URL = 'http://10.30.102.4:9820' # 新能源智慧基建管理平台|中新建电力集团(外网) # VITE_API_URL = 'http://117.146.73.156:9820' # 国维科技 # VITE_API_URL = 'http://10.216.103.99:9820' -======= # 新能源智慧基建管理平台 # VITE_API_URL = 'http://121.37.106.37:9820' # VITE_API_URL = 'http://121.37.106.37:9809' ->>>>>>> f4fb5a65f5b944ac4b0c6322d402ef9d078285b6 # 打包 VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url=' diff --git a/src/config/staticMenu.ts b/src/config/staticMenu.ts index c0421de..d2616b9 100644 --- a/src/config/staticMenu.ts +++ b/src/config/staticMenu.ts @@ -2413,6 +2413,16 @@ export const JXWJJMenu: Array = [ }, ] }, + { + moduleName: "绿色施工", + modulePath: "/headNoise", + menuList: [ + { + menuName: "扬尘噪声", + companyPath: "/headNoise" + }, + ] + }, { moduleName: "视频管理", modulePath: "/videoManagement" diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index 341402e..7ba1ce9 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -71,9 +71,6 @@