feat: invoke fromDebug in NodePortal.html

This commit is contained in:
root
2021-06-16 12:11:09 +08:00
parent 0b16ec99cd
commit 900413f0e4
5 changed files with 44 additions and 19 deletions

View File

@@ -207,9 +207,11 @@ function initGlobal(urlParams) {
global.isBaaS = true
primaryColor = "#08263a"
}
if (urlParams){
global.urlparam = urlParams;
}
if (urlParams && urlParams.keys) {
global.urlparam = urlParams
global.sm2Key = urlParams.keys
global.sm2Key = urlParams.keys;
} else {
global.sm2Key = localStorage.getItem("PrivKey");
if (!global.sm2Key || global.sm2Key.length < 100) {