fix
This commit is contained in:
parent
12a1b701f7
commit
f51a6587e8
@ -207,7 +207,7 @@ function initGlobal(urlParams) {
|
|||||||
global.isBaaS = true
|
global.isBaaS = true
|
||||||
primaryColor = "#08263a"
|
primaryColor = "#08263a"
|
||||||
}
|
}
|
||||||
if (urlParams) {
|
if (urlParams && urlParams.keys) {
|
||||||
global.urlparam = urlParams
|
global.urlparam = urlParams
|
||||||
global.sm2Key = urlParams.keys
|
global.sm2Key = urlParams.keys
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user