This commit is contained in:
Frank.R.Wu
2021-06-16 23:42:23 +08:00
parent 39d5e048d0
commit f2ac06aea6
4 changed files with 5 additions and 5 deletions

View File

@@ -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){