From f31f594ea665397c55f384b4f28c7913e196328d Mon Sep 17 00:00:00 2001 From: Iruka <1017819588@qq.com> Date: Tue, 14 Jan 2025 10:16:41 +0800 Subject: [PATCH] . --- pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index 5b15525..be14195 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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)) } }) },