wx-starlock/constant/keyType.js
2025-02-25 15:07:52 +08:00

31 lines
592 B
JavaScript

export const keysType = {
1: {
name: '电子钥匙',
icon: '/static/images/icon_user.png'
},
2: {
name: '密码',
icon: '/static/images/icon_password.png'
},
3: {
name: '指纹',
icon: '/static/images/icon_fingerprint_white.png'
},
4: {
name: '卡',
icon: '/static/images/icon_card_white.png'
},
5: {
name: '人脸',
icon: '/static/images/icon_face_white.png'
},
6: {
name: '掌静脉',
icon: '/static/images/icon_palm_vein_white.png'
},
7: {
name: '遥控',
icon: '/static/images/icon_remote_white.png'
}
}