From a2a7335536238dc6d2c7a058df79a5d51f3eeff8 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 21 Apr 2026 23:20:00 +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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Consultation/demo.vue b/src/components/Consultation/demo.vue index 9fb222d..428e134 100644 --- a/src/components/Consultation/demo.vue +++ b/src/components/Consultation/demo.vue @@ -204,8 +204,7 @@ const Init = () => { let token = window.localStorage.getItem("rhToken"); if (!token || 'undefined' == token || token == 'null') { let userInfo = { - username: 'sgxtcs', //用户名 - // username: inDustRialId, //用户名 + username: inDustRialId, //用户名 password: "123456", realm: "puc.com", webpucUrl: "https://89.40.9.95:16888" @@ -222,8 +221,7 @@ const Init = () => { const ConnectWebsocket = (token) => { lemon.login.reConnectWebsocket({ - username: 'sgxtcs', //用户名 - // username: inDustRialId, //用户名 + username: inDustRialId, //用户名 realm: "puc.com", webpucUrl: "https://89.40.9.95:16888", token: token