fix:更新字体图标

This commit is contained in:
zhangyu
2022-10-19 16:37:21 +08:00
parent 647c90fc2b
commit cc0c89835a
14 changed files with 38 additions and 11 deletions

View File

@@ -2074,7 +2074,7 @@ export default {
}
}).catch(e => {
this.chartLoading = false
this.$message.error(this.$t('terminallog.statusItem.unknownError'))
this.$message.error(this.$t('config.terminallog.statusItem.unknownError'))
})
}
},