feat: chart info 新增图表开发

This commit is contained in:
@changcode
2021-12-15 17:29:55 +08:00
parent f60b221fbe
commit 4c8d3e164e
6 changed files with 229 additions and 18 deletions

View File

@@ -240,7 +240,7 @@ export default {
}
},
licenseStat () {
this.$get('/sys/license/state').then(response => {
this.$get('/sys/license/status').then(response => {
if (response.code && response.code === 200) {
this.license.warnInfo = ''
this.license.valid = true