|
@@ -367,8 +367,8 @@ export default {
|
|
},
|
|
},
|
|
|
|
|
|
logoLarge() {
|
|
logoLarge() {
|
|
- return this.$i18n.locale == 'en' ? this.$store.state.baseInfo.logoEn :
|
|
|
|
- this.$store.state.baseInfo.logoCh
|
|
|
|
|
|
+ return this.$i18n.locale == 'en' ? this.$store.state.baseInfo.logoEn || require('@/assets/img/en/logo.png'):
|
|
|
|
+ this.$store.state.baseInfo.logoCh || this.$setting.g_logo
|
|
}
|
|
}
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|