From e44ecb571bb2df6390503f4303282e18db5d60ef Mon Sep 17 00:00:00 2001
From: lgq <1015864684@qq.com>
Date: 星期一, 20 四月 2026 13:43:52 +0800
Subject: [PATCH] 1.修复安全入仓联动控制按钮无权限问题 2.增加安全入仓联动控制配置项,默认不启用 3.修改气体浓度验证选项默认不启用 4.增加门禁web页面源码 Changes to be committed: new file: "face_webserver/ modified: vf107/src/config.json modified: vf107/src/service/grainService.js modified: vf107/src/view/config/menu/doorControlView.js modified: vf107/src/view/mainView.js
---
vf107/src/config.json | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/vf107/src/config.json b/vf107/src/config.json
index 0ca3c00..446f016 100644
--- a/vf107/src/config.json
+++ b/vf107/src/config.json
@@ -139,5 +139,7 @@
// HTTP鎺ュ彛璺緞
"http.safeInputAccess": "http://192.168.1.227:80/cgi-bin/safeInputAccess",
// 鏄惁寮�鍚皵浣撴祿搴﹂獙璇� 1:鏄� 0:鍚�
- "gas.verification": 1
+ "gas.verification": 0,
+ //鏄惁寮�鍚畨鍏ㄥ叆浠撹仈鍔ㄦ帶鍒� 1锛氭槸 0锛氬惁
+ "safeInputControl": 0
}
\ No newline at end of file
--
Gitblit v1.9.3