修改终端型号

This commit is contained in:
guanj
2026-01-29 14:10:18 +08:00
parent 87af11288d
commit 6d7ef7cf5d
2 changed files with 11 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ const init = async () => {
// 设置消息接收回调
mqttClient.onMessage((topic, message) => {
const msg = JSON.parse(message.toString())
console.log('🚀 ~ init ~ msg:', msg)
// console.log('🚀 ~ init ~ msg:', msg)
if (msg.deptList.includes(adminInfo.$state.deptId)) {
drawer.value = true
isLoading.value = true