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