src/components/licence/index.vue
@@ -177,7 +177,7 @@ if (rsp && rsp.success) { if (rsp.data.License.Expires === 0) { this.authStatus = 'unregistered' this.tip = '未授权, 点击注册' this.tip = this.$t('licence.register') } else { this.authStatus = 'registered' this.registe.company = rsp.data.License.RegCode.Company @@ -187,9 +187,9 @@ this.expireTime = rsp.data.License.Expires this.expired = rsp.data.Expired if (this.expired) { this.tip = '授权已过期' this.tip = this.$t('licence.expired') } else { this.tip = '已授权' this.tip = this.$t('licence.authorized') } } }