更新
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user