feat: change title
change title with node addr
This commit is contained in:
parent
5758a3ae78
commit
e600c386da
@ -276,6 +276,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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user