add: 添加仙工AGV,流量限制界面;实现流量限制国际化

This commit is contained in:
yanps
2024-01-22 19:31:00 +08:00
parent 37ac298f91
commit 47b3889c5b
49 changed files with 2174 additions and 101 deletions

View File

@@ -22,6 +22,7 @@ import role from './role/zh'
import department from './department/zh'
import dict from './dict/zh'
import angle from './angle/zh'
import regional from './regional/zh'
export default {
...zhLocale,
@@ -47,6 +48,7 @@ export default {
...role,
...department,
...dict,
...angle
...angle,
...regional
}