This commit is contained in:
Iruka 2025-01-14 10:16:41 +08:00
parent a6caf88275
commit f31f594ea6

View File

@ -669,7 +669,7 @@
if (ret.resp_code == 1000) {
const deviceCode = ret.resp_result;
// showModal.value = true
this.$toast(JSON.stringify(ret))
this.$toast(JSON.stringify(deviceCode))
}
})
},