zhangzengfei
2021-09-17 8512f4ae542325e15058c9fabb019db6ef1000ef
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')
          }
        }
      }