!14 update src/views/machine/accessControlInoutLang.js.

Merge pull request !14 from 五老峰/N/A
This commit is contained in:
java110 2026-05-11 05:41:36 +00:00 committed by Gitee
commit 5bde3e319e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -29,7 +29,9 @@ export const messages = {
face: 'Face',
key: 'Key',
qrcode: 'QR Code',
password: 'Password'
password: 'Password',
appRemote: 'Remote',
other: 'Other'
},
state: {
success: 'Success',
@ -67,7 +69,9 @@ export const messages = {
face: '人脸开门',
key: '钥匙开门',
qrcode: '二维码开门',
password: '密码开门'
password: '密码开门',
appRemote: '远程开门',
other: '其他'
},
state: {
success: '开门成功',