fix: i18n修改

This commit is contained in:
2023-11-24 13:27:57 +08:00
parent 460992d258
commit be5c7c5858
8 changed files with 28 additions and 17 deletions

View File

@@ -1,4 +1,3 @@
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
export default {
'lang': 'zh',
'common': {
@@ -123,6 +122,5 @@ export default {
'disk': '磁盘使用率',
'cpu_monitoring': 'CPU使用率监控',
'memory_monitoring': '内存使用率监控'
},
...zhLocale
}
}