fix(XPack): license 验证缺陷修复

This commit is contained in:
fit2-zhao 2020-09-22 19:50:47 +08:00
parent 52297235a9
commit 37f4384321
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
this.auth = true;
//
if (header.default !== undefined) {
this.licenseHeader = "MsLicenseHeader";
this.licenseHeader = "LicenseMessage";
}
} else {
window.location.href = "/login"
@ -67,7 +67,7 @@
MsView,
MsTopMenus,
MsHeaderOrgWs,
"MsLicenseHeader": header.default
"LicenseMessage": header.default
}
}
</script>