Commit 06c531f9 authored by sxl's avatar sxl 💬

更新环境配置和页面组件

- 更新 .env.development 环境配置
- 修改 hjjc-config.js 配置文件
- 更新 hjjc.vue 组件
- 优化 dailyInspection/index.vue 巡检页面
parent 38357703
......@@ -230,9 +230,21 @@ export const EQUIPMENT_POSITIONS = [
// 摄像头位置配置
export const CAMERA_POSITIONS = [
{ status: 1, x: 50, y: 150, name: '一中码头门' },
{ status: 1, x: 230, y: 165, name: '一中车场' },
{ status: 1, x: 120, y: 158, name: '一中避硐室' },
{ status: 1, x: 53, y: 277, name: '二中码头门' },
{ status: 1, x: 82, y: 282, name: '二中水泵房' },
{ status: 1, x: 113, y: 287, name: '二中避险硐室' },
{ status: 1, x: 152, y: 294, name: '二中空压机房' },
{ status: 1, x: 71, y: 411, name: '三中码头门' }
];
\ No newline at end of file
{ status: 1, x: 71, y: 411, name: '三中码头门' },
{ status: 1, x: 130, y: 420, name: '三中车场' },
{ status: 1, x: 160, y: 423, name: '三中风机' },
{ status: 1, x: 130, y: 555, name: '四中车场' },
{ status: 1, x: 160, y: 560, name: '四中避硐室' },
{ status: 1, x: 180, y: 565, name: '四中码头门' },
{ status: 1, x: 80, y: 690, name: '五中车场' },
{ status: 1, x: 133, y: 694, name: '五中码头门' },
{ status: 1, x: 200, y: 710, name: '五中避硐室' },
{ status: 1, x: 230, y: 714, name: '五中水泵房1' },
]
\ No newline at end of file
This diff is collapsed.
......@@ -457,9 +457,6 @@ export default {
if (this.form.inspectionType == 0) {
// 地点类型,根据部门获取地点
this.getLocationByDept(val.deptId)
} else if (this.form.inspectionType == 1) {
// 设备类型,根据部门获取设备
this.getDeviceByDept(val.deptId)
}
},
/** 查询用户列表 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment