[fix]撤销上次提交

This commit is contained in:
OrangeM21
2020-06-03 16:15:30 +08:00
parent 93c25da315
commit aaba2454fc
2 changed files with 5 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ export default {
// eslint-disable-next-line vue/return-in-computed-property
logoSrc() {
if (this.publicSettings.XPACK_LICENSE_IS_VALID) {
if (this.customSettings && this.customSettings.logo_index && this.customSettings.logo_index !== '/media/xpack/logo/logo_text.png') {
if (this.customSettings && this.customSettings.logo_index && this.customSettings.logo_index !== '/static/img/logo_text.png') {
return this.customSettings.logo_index
}
} else {