src/views/cryptos/AboutUs/index.vue
@@ -46,7 +46,7 @@ case '27': return this.$t('帮助中心') case '28': return this.$t('MCB白皮书') return this.$t('DXCN白皮书') default: return this.$t('关于我们') } @@ -63,11 +63,11 @@ }, getCms() { let language if (this.$i18n.locale == 'zh-CN' || this.$i18n.locale == 'CN') { language = this.$i18n.locale } else { language = 'en' } // if (this.$i18n.locale == 'zh-CN' || this.$i18n.locale == 'CN') { language = this.$i18n.locale // } else { // language = 'en' // } // 白皮书限定只要中文的 if (this.serviceTerm == '28') language = 'en'