mirror of
https://gitee.com/BDWare/router-frontend
synced 2025-01-09 17:34:00 +00:00
fix
This commit is contained in:
parent
a93e03c48e
commit
2e11239e89
@ -3,7 +3,7 @@ var loadContractList = function (e) {
|
||||
param.action = "listNodes";
|
||||
param.pubKey = global.sm2Key.publicKey;
|
||||
global.wssocket.send(JSON.stringify(param));
|
||||
if (global.nodeInfo) {
|
||||
if (!global.nodeInfo) {
|
||||
setTimeout(loadContractList, 300);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user