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

@@ -0,0 +1,7 @@
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
import zh from './zh-CN'
export default {
...zhLocale,
...zh
}