From c4cc33bee30ef21994279a131c83bb8c8cf7446a Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 21 Apr 2026 19:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Consultation/demo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Consultation/demo.vue b/src/components/Consultation/demo.vue index 7318286..9cc9475 100644 --- a/src/components/Consultation/demo.vue +++ b/src/components/Consultation/demo.vue @@ -214,8 +214,8 @@ const Init = () => { webpucUrl: "https://89.40.9.95:16888" }; lemon.login.login(userInfo).then((esacpe) => { - token = esacpe.token; - window.localStorage.setItem("rhToken", esacpe.token); + token = esacpe.access_token; + window.localStorage.setItem("rhToken", esacpe.access_token); listenerEvents() }); } else {