feat: CN-1558 开发license页面,支持license拦截

This commit is contained in:
hanyuxia
2024-02-06 11:37:25 +08:00
parent bcf57611ef
commit 21da4f0d49

View File

@@ -190,7 +190,7 @@ export default {
checkLicenseStatus () {
axios.get(api.licenseStatus).then(res => {
if (res.status === 200) {
this.licenseStatus = res.data.status
this.licenseStatus = res.data.data.status
}
}).catch(e => {
this.licenseStatusErrMsg = this.errorMsgHandler(e)