fix: 修复设置页面图片和title的问题
This commit is contained in:
parent
f43a502096
commit
460d2377c5
|
@ -57,9 +57,9 @@ export default {
|
||||||
if (header.default !== undefined) {
|
if (header.default !== undefined) {
|
||||||
this.licenseHeader = "LicenseMessage";
|
this.licenseHeader = "LicenseMessage";
|
||||||
}
|
}
|
||||||
// 是否显示校验信息
|
|
||||||
if (display.default !== undefined) {
|
if (display.default !== undefined) {
|
||||||
display.default.valid(this);
|
display.default.showHome(this);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
window.location.href = "/login"
|
window.location.href = "/login"
|
||||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
||||||
this.result = this.$get("/isLogin").then(response => {
|
this.result = this.$get("/isLogin").then(response => {
|
||||||
|
|
||||||
if (display.default !== undefined) {
|
if (display.default !== undefined) {
|
||||||
display.default.valid(this);
|
display.default.showLogin(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!response.data.success) {
|
if (!response.data.success) {
|
||||||
|
|
Loading…
Reference in New Issue