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 |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/vf107/src/config.json b/vf107/src/config.json
index 7fce11d..446f016 100644
--- a/vf107/src/config.json
+++ b/vf107/src/config.json
@@ -65,9 +65,9 @@
     //鏄惁绗竴娆$櫥褰曞悗鍙� 0 鏈櫥褰� 1 宸茬櫥褰� // TODO 杩欎釜閰嶇疆椤瑰簲璇ュ睘浜庤繍琛屾椂鐘舵��,涓嶈耽璇ュ啓鍏onfig.json鎴栬�呭啓鍏ュ崟鐙垎缁�,鏌ヨ閰嶇疆鏃跺仛杩囨护
     "base.firstLogin": 0,
     // 鐔勫睆鏃堕棿锛屽崟浣嶅垎閽燂紝0浠庝笉
-    "base.screenOff": 0,
+    "base.screenOff": 2,
     // 灞忓箷淇濇姢锛屽崟浣嶅垎閽燂紝0浠庝笉
-    "base.screensaver": 0,
+    "base.screensaver": 2,
     //灞忓箷鑳屽厜
     "base.backlight": 70,
     //鐧借壊琛ュ厜鐏�
@@ -137,5 +137,9 @@
     // 搴撳尯鍚嶇О
     "GranaryName": "涓ぎ鍌ㄥ绮煇鏌愮洿灞炲簱",
     // HTTP鎺ュ彛璺緞
-    "http.safeInputAccess": "http://192.168.1.227:80/cgi-bin/safeInputAccess"
+    "http.safeInputAccess": "http://192.168.1.227:80/cgi-bin/safeInputAccess",
+    // 鏄惁寮�鍚皵浣撴祿搴﹂獙璇� 1:鏄� 0:鍚�
+    "gas.verification": 0,
+    //鏄惁寮�鍚畨鍏ㄥ叆浠撹仈鍔ㄦ帶鍒� 1锛氭槸 0锛氬惁
+    "safeInputControl": 0
 }
\ No newline at end of file

--
Gitblit v1.9.3