Compare commits

..

No commits in common. "shenzhen-dev" and "master" have entirely different histories.

263 changed files with 2938 additions and 21651 deletions

View File

@ -3,9 +3,8 @@ 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.221:8111' #雄哥本地
# 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:28890' #雄哥本地
# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程
@ -34,18 +33,16 @@ VITE_API_URL = 'http://192.168.34.221:8111' #雄哥本地
# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境
# VITE_API_URL = 'http://jxj.zhgdyun.com:19812'
# 苏立信/重庆市南岸区
# VITE_API_URL = 'http://101.43.164.214:11111'
VITE_API_URL = 'http://101.43.164.214:11111'
# 中科安信
# VITE_API_URL = 'http://8.136.222.164:8808'
# 中科佳成
# VITE_API_URL = 'http://1.13.185.209:8089'
VITE_API_URL = 'http://1.13.185.209:8089'
# 九柱
# VITE_API_URL = 'http://jxjzw.zhgdyun.com:11111'
# 四川网诚
# VITE_API_URL = 'http://jxj.zhgdyun.com:100'
# VITE_API_URL = 'http://jxj.zhgdyun.com:34568'
# 新能源智慧基建管理平台|中新建电力集团(外网)
# VITE_API_URL = 'http://117.146.73.156:9820'
# 九柱集团
# VITE_API_URL = 'http://218.95.151.122:31004'
# 包头化工

View File

@ -10,7 +10,7 @@ NODE_ENV = "production"
# 沈阳合盈线上
# VITE_API_URL = "http://101.43.164.214:45022"
# 嘉兴王江泾公用码头
# VITE_API_URL = "http://183.249.224.118:9003"
VITE_API_URL = "http://183.249.224.118:9003"
# 百色 新项目通用地址
# VITE_API_URL = 'http://101.43.164.214:11111'
@ -29,7 +29,7 @@ NODE_ENV = "production"
# 中科安信
# VITE_API_URL = 'http://8.136.222.164:8808'
# 中科佳成
# VITE_API_URL = 'http://1.13.185.209:8089'
VITE_API_URL = 'http://1.13.185.209:8089'
# 合肥启程(乌丹)
# VITE_API_URL = 'http://192.168.100.4:9809'
# 九柱
@ -54,6 +54,5 @@ NODE_ENV = "production"
# VITE_API_URL = 'http://121.37.106.37:9820'
# VITE_API_URL = 'http://121.37.106.37:9809'
# 打包
VITE_API_URL =''
VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url='

View File

@ -8,8 +8,6 @@
<title>
<%- title %>
</title>
<!-- <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script> -->
<script src="/hls.min.js"></script>
</head>
<body>

4826
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,14 +40,13 @@
"element-china-area-data": "^5.0.2",
"element-plus": "^2.2.30",
"ezuikit-js": "^7.7.8",
"hls.js": "^1.6.7",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.2",
"jquery-ui-dist": "^1.13.2",
"js-base64": "^3.7.5",
"js-md5": "^0.7.3",
"mars3d": "^3.9.10",
"mars3d-cesium": "^1.129.0",
"mars3d": "^3.5.6",
"mars3d-cesium": "^1.105.0",
"mitt": "^3.0.0",
"moment": "^2.29.4",
"mqtt": "^4.2.6",

2
public/hls.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,17 +0,0 @@
import http from "@/api";
const BASEURL = import.meta.env.VITE_API_URL;
// 今日大屏自定义配置
export const addLargeScreenConfig = (params: {}) => {
return http.post(BASEURL + `/xmgl/largeScreenConfig/add`, params);
};
// 查询大屏自定义配置
export const queryByProject = (params: {}) => {
return http.post(BASEURL + `/xmgl/largeScreenConfig/queryByProject`, params);
};
// 更新大屏自定义配置
export const updateLargeScreenConfig = (params: {}) => {
return http.post(BASEURL + `/xmgl/largeScreenConfig/edit`, params);
};

View File

@ -21,10 +21,6 @@ export const getRealTimeDataApi = (params: {}) => {
export const getMemberInfoList = (params: {}) => {
return http.post(BASEURL + `/xmgl/workerInfo/selectWorkerInfoList`, params);
};
// 一键出场
export const outMember = (params: {}) => {
return http.post(BASEURL + `/xmgl/workerAttendance/reissueAttendanceCard`, params);
};
//查询所属企业
export const getCompanyDataList = (params: {}) => {
return http.post(BASEURL + `/xmgl/enterpriseInfo/list`, params);
@ -67,18 +63,3 @@ export const getworkerAttendanceTrendApi = (params: {}) => {
export const getComapnyWorkTotalListApi = (params: {}) => {
return http.post(BASEURL + `/xmgl/workerInfo/selectProjectComapnyWorkTotalList`, params, { headers: { noLoading: true } });
};
// 获取闸机列表
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 } });
};

View File

@ -1,72 +0,0 @@
// 项目展示
import http from "@/api";
const BASEURL = import.meta.env.VITE_API_URL;
// 查询系统配置
export const getSystemConfig = (params: any) => {
return http.post(BASEURL + `/xmgl/systemConfig/queryByKey`, params);
};
// 新增系统配置
export const addSystemConfig = (params: any) => {
return http.post(BASEURL + `/xmgl/systemConfig/add`, params);
};
// 修改系统配置
export const updateSystemConfig = (params: any) => {
return http.post(BASEURL + `/xmgl/systemConfig/edit`, params);
};
// 底图图层列表
export const baseMapList = (params: any) => {
return http.post(BASEURL + `/xmgl/baseMap/list`, params);
};
// 模型gltr列表
export const gltfModelList = (params: any) => {
return http.post(BASEURL + `/xmgl/gltfModel/list`, params);
};
export const getDevList = (params: any) => {
return http.post(BASEURL + `/xmgl/monitorDev/getDevList`, params);
};
export const getStationStat = (params: any) => {
return http.post(BASEURL + `/xmgl/monitorDev/getStationStat`, params);
};
export const getTopStat = (params: any) => {
return http.post(BASEURL + `/xmgl/reviewIndex/topStat`, params);
};
export const getWorkerStat = (params: any) => {
return http.post(BASEURL + `/xmgl/reviewIndex/workerStat`, params);
};
export const getAlarmList = (params: any) => {
return http.post(BASEURL + `/xmgl/reviewIndex/alarmList`, params);
};
export const getAlarmNumStat = (params: any) => {
return http.post(BASEURL + `/xmgl/reviewIndex/alarmNumStat`, params);
};
// 车辆类型统计
export const getVehicleStat = (params: any) => {
return http.post(BASEURL + `/xmgl/vehiclePositionDev/countVehiclePositionDevCarType`, params);
};
// 车辆列表
export const getVehicleList = (params: any) => {
return http.get(BASEURL + `/xmgl/vehiclePositionDev/list`, params);
};
// 机械设备统计
export const getMachineryStat = (params: any) => {
return http.post(BASEURL + `/xmgl/reviewIndex/machineryStat`, params);
};
// 获取视频设备信息
export const getVideoItemInfo = (params: any) => {
return http.post(BASEURL + `/xmgl/videoItem/getVideoItemInfo`, params);
};

View File

@ -1,23 +0,0 @@
// 盾构机接口API
import http from "@/api";
const BASEURL = import.meta.env.VITE_API_URL;
// 大屏数据统计
export const getShieldMachineData = (params: {}) => {
return http.post(BASEURL + `/xmgl/tunnelBoringMachineCurrentData/getStatData`, params, { headers: { noLoading: true } });
};
// 盾构机报警信息
export const getShieldMachineAlarm = (params: {}) => {
return http.post(BASEURL + `/xmgl/tunnelBoringMachineAlarm/getNewAlarm`, params, { headers: { noLoading: true } });
};
// 盾构机详情
export const getShieldMachineDetail = (params: {}) => {
return http.post(BASEURL + `/xmgl/tunnelBoringMachine/queryById`, params, { headers: { noLoading: true } });
};
// 盾构机列表
export const getShieldMachineList = (params: {}) => {
return http.post(BASEURL + `/xmgl/tunnelBoringMachine/list`, params, { headers: { noLoading: true } });
};

View File

@ -49,11 +49,7 @@ export const getVehiclePositionDayRecord = (params: {}) => {
// 智能安全帽--分类查询设备列表
export const getHatDevOptionApi = (params: {}) => {
return http.get(BASEURL + `/xmgl/safetyHatDev/list`, params, { headers: { noLoading: true } });
};
// 智能安全帽--分类查询设备列表-分页
export const getHatDevOptionPageApi = (params: {}) => {
return http.get(BASEURL + `/xmgl/safetyHatDev/page`, params);
return http.get(BASEURL + `/xmgl/safetyHatDev/list`, params);
};
// 智能安全帽--分类查询设备树
export const getEnterpriseTreeApi = (params: {}) => {
@ -65,11 +61,11 @@ export const getSafeHatTypeTotalApi = (params: {}) => {
};
// 智能安全帽--查询周报警数据
export const getWeekAlarmDataApi = (params: {}) => {
return http.post(BASEURL + `/xmgl/safetyHatAlarm/getRecentWeekAlarm`, params, { headers: { noLoading: true } });
return http.post(BASEURL + `/xmgl/safetyHatAlarm/getRecentWeekAlarm`, params);
};
// 智能安全帽--查询围栏信息
export const getSuroundInfoApi = (params: {}) => {
return http.get(BASEURL + `/xmgl/safetyHatFence/list`, params, { headers: { noLoading: true } });
return http.get(BASEURL + `/xmgl/safetyHatFence/list`, params);
};
// 智能安全帽--查询报警信息
export const getAlarmRecordInfoApi = (params: {}) => {
@ -77,7 +73,7 @@ export const getAlarmRecordInfoApi = (params: {}) => {
};
// 智能安全帽--查询报警信息-分页
export const getAlarmRecordInfoApiPage = (params: {}) => {
return http.get(BASEURL + `/xmgl/safetyHatAlarm/page`, params, { headers: { noLoading: true } });
return http.get(BASEURL + `/xmgl/safetyHatAlarm/page`, params);
};
// 智能安全帽--查询实时数据信息
@ -100,40 +96,3 @@ export const deleteSafehatFence = (params: {}) => {
export const addSafeHatPositionFence = (params: {}) => {
return http.post(BASEURL + `/xmgl/safetyHatFence/add`, params);
};
// 智能安全帽--查询围栏绑定人员
export const getHatFenceByIdApi = (params: {}) => {
return http.get(BASEURL + `/xmgl/safetyHatFence/queryById`, params);
};
// 智能安全帽--绑定人员
export const bindWorkerApi = (params: {}) => {
return http.post(BASEURL + `/xmgl/safetyHatDev/bind`, params);
};
// 智能安全帽--解绑人员
export const unBindWorkerApi = (params: {}) => {
return http.post(BASEURL + `/xmgl/safetyHatDev/unBind`, params);
};
// 智能安全帽--查询报警配置
export const getAlarmConfigApi = (params: {}) => {
return http.post(BASEURL + `/xmgl/safetyHatAlarmConfig/list`, params, { headers: { noLoading: true } });
};
// 智能安全帽--查询围栏绑定人员
export const getWorkerListByRegionApi = (params: {}) => {
return http.post(BASEURL + `/xmgl/safetyHatData/getWorkerListByRegion`, params);
};
// 智能安全帽--查询围栏绑定人员
export const getWorkerListByRegionApi1 = (params: {}) => {
return http.post(BASEURL + `/xmgl/safetyHatData/getWorkerListByRegion1`, params);
};
// 智能安全帽--查询围栏绑定车辆
export const getVehicleListByRegionApi = (params: {}) => {
return http.post(BASEURL + `/xmgl/vehiclePositionData/getVehicleListByRegion`, params);
};
// 智能安全帽--查询围栏绑定车辆
export const getVehicleListByRegionApi1 = (params: {}) => {
return http.post(BASEURL + `/xmgl/vehiclePositionData/getVehicleListByRegion1`, params);
};

View File

@ -1,32 +0,0 @@
import http from "@/api";
const BASEURL = import.meta.env.VITE_API_URL;
// 统计工作票
export const getWorkTicketCountWorkTicketApi = (params: {}) => {
return http.post(BASEURL + `/xmgl/workTicket/countWorkTicket`, params);
};
// 分页列表查询工作票信息
export const getWorkTicketPageApi = (params: {}) => {
return http.get(BASEURL + `/xmgl/workTicket/page`, params);
};
// 树形分页列表查询工作票类型信息
export const getWorkTicketTypeTreePageApi = (params: {}) => {
return http.get(BASEURL + `/xmgl/workTicketType/tree/page`, params);
};
// 通过id查询工作票信息
export const getWorkTicketQueryByIdApi = (params: {}) => {
return http.get(BASEURL + `/xmgl/workTicket/queryById`, params);
};
// 列表查询工作票历史记录信息
export const getWorkTicketHistoryListApi = (params: {}) => {
return http.get(BASEURL + `/xmgl/workTicketHistory/list`, params);
};
// 根据itemId查询视频播放url
export const getVideoItemInfoPoliceCameraItemApi = (params: {}) => {
return http.post(BASEURL + `/xmgl/policeCameraItem/getVideoItemInfo`, params);
};
// 分页列表查询执法记录仪设备列表信息
export const getPoliceCameraItemPageApi = (params: {}) => {
return http.get(BASEURL + `/xmgl/policeCameraItem/page`, params);
};

View File

@ -64,13 +64,3 @@
font-family: YouSheBiaoTiHei;
src: url("./screenFonts/YouSheBiaoTiHei-2.ttf");
}
@font-face {
font-family: AlimamaShuHeiTi;
src: url("./screenFonts/AlimamaShuHeiTi.ttf");
}
@font-face {
font-family: AlibabaPuHuiTi;
src: url("./screenFonts/AlibabaPuHuiTi.ttf");
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 MiB

View File

Before

Width:  |  Height:  |  Size: 5.7 MiB

After

Width:  |  Height:  |  Size: 5.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 B

Some files were not shown because too many files have changed in this diff Show More