mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
[Update] 去掉i18n的过度包装
This commit is contained in:
@@ -53,7 +53,7 @@ export default {
|
||||
}
|
||||
if (res.length === 0) {
|
||||
res.push({
|
||||
name: this.$tco('empty')
|
||||
name: this.$t('common.empty')
|
||||
})
|
||||
}
|
||||
this.zTree = $.fn.zTree.init($('#ztree'), this.treeSetting, res)
|
||||
|
||||
Reference in New Issue
Block a user