diff --git a/.env.development b/.env.development index 45d96cc..ab62747 100644 --- a/.env.development +++ b/.env.development @@ -4,9 +4,9 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 # VITE_API_URL = 'http://192.168.34.155:28890' #彭杰鞍钢本地 -VITE_API_URL = 'http://192.168.34.155:19111' +# VITE_API_URL = 'http://192.168.34.155:19111' # VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地 -# VITE_API_URL = 'http://192.168.34.221:19112' #雄哥本地 +VITE_API_URL = 'http://192.168.34.221:19112' #雄哥本地 # 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/src/api/modules/labor.ts b/src/api/modules/labor.ts index 8786bf7..2ad2897 100644 --- a/src/api/modules/labor.ts +++ b/src/api/modules/labor.ts @@ -68,3 +68,13 @@ export const getComapnyWorkTotalListApi = (params: {}) => { export const getUfaceDevListApi = (params: {}) => { return http.post(BASEURL + `/xmgl/ufaceDev/list`, params, { headers: { noLoading: true } }); }; + +// 获取闸机分组列表 +export const getUfaceDevGroupListApi = (params: {}) => { + return http.get(BASEURL + `/xmgl/ufaceDevGroup/list`, params, { headers: { noLoading: true } }); +}; + +// 获取人员分布 +export const getPresentByRegionApi = (params: {}) => { + return http.post(BASEURL + `/xmgl/workerAttendance/getPresentByRegion`, params, { headers: { noLoading: true } }); +}; diff --git a/src/assets/images/larborManagement/xd-bg.png b/src/assets/images/larborManagement/xd-bg.png new file mode 100644 index 0000000..d935676 Binary files /dev/null and b/src/assets/images/larborManagement/xd-bg.png differ diff --git a/src/assets/images/larborManagement/xd-ic.png b/src/assets/images/larborManagement/xd-ic.png new file mode 100644 index 0000000..88a6189 Binary files /dev/null and b/src/assets/images/larborManagement/xd-ic.png differ diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index 0062f7c..e44ef92 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -85,14 +85,15 @@ :index="item.modulePath" :class="{ subMenu: true, - active: activeTab === item.modulePath, - zsbf: COMPANY === 'zsbf' + active: activeTab === item.modulePath }" > + {{ item.moduleName }} -
+
+