This commit is contained in:
zhanghongwei
2021-08-09 21:58:18 +08:00
2 changed files with 3 additions and 4 deletions

View File

@@ -282,6 +282,7 @@ function getControlWsUrl(host) {
function initWSocket() {
const host = document.location.host;
const url = getControlWsUrl(host);
document.title = `数瑞智能合约节点管理中心(${host}`;
// console.log("connect ws:" + url);
global.wssocket = createWssocket(url, function () {
getSession();
@@ -523,7 +524,4 @@ function addNodeUnit(obj) {
}
option.value = obj.key;
x.add(option, null);
}
}