Merge branch 'cherry-pick-21da4f0d' into 'dev-24.01'
feat: CN-1558 开发license页面,支持license拦截 See merge request cyber-narrator/cn-ui!61
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user