add:添加指令管理的国际化语言版本

This commit is contained in:
2023-11-29 15:44:47 +08:00
parent b083c325d2
commit f72062d723
10 changed files with 177 additions and 60 deletions

View File

@@ -1,11 +1,13 @@
import enLocale from 'element-ui/lib/locale/lang/en'
import en from './en'
import menu from './device/en'
import menu from './menu/en'
import param from './param/en'
import instruction from './instruction/en'
export default {
...enLocale,
...en,
...menu,
...param
...param,
...instruction
}