fix
This commit is contained in:
@@ -203,8 +203,7 @@ function initVue() {
|
||||
function initGlobal(urlParams) {
|
||||
window.global = {};
|
||||
global.result = "";
|
||||
if (location.href.indexOf("/BaaSOnlineIDE.html") !== -1) {
|
||||
global.isBaaS = true
|
||||
if (isBaaS) {
|
||||
primaryColor = "#08263a"
|
||||
}
|
||||
if (urlParams){
|
||||
|
||||
Reference in New Issue
Block a user