修改了开门问题

This commit is contained in:
chenze 2024-10-31 15:14:31 +08:00
parent 711c3fae8f
commit 29d53a71bf

View File

@ -361,7 +361,15 @@ App({
}, { }, {
roomId: '239', roomId: '239',
lockId: '79' lockId: '79'
}, ] },{
//长阳会议室
roomId: '242',
lockId: '80'
},{
roomId: '243',
lockId: '81'
}
]
return lockList.find(item => item.roomId == roomId) return lockList.find(item => item.roomId == roomId)
} }
}) })