You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.4 KiB
64 lines
1.4 KiB
1 year ago
|
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
|
||
|
import zh from './zh-CN'
|
||
|
import menu from './menu/zh'
|
||
|
import param from './param/zh'
|
||
|
import customer from './customer/zh'
|
||
|
import unit from './unit/zh'
|
||
|
import vehicleInfo from './vehicle/info/zh'
|
||
|
import user from './user/zh'
|
||
|
import scheduler from './scheduling/zh'
|
||
|
import dept from './dept/zh'
|
||
|
import dict from './dict/zh'
|
||
|
import redis from './redis/zh'
|
||
|
import log from './log/zh'
|
||
|
import notice from './notice/zh'
|
||
|
import record from './record/zh'
|
||
|
import errorLog from './log/error/zh'
|
||
|
import online from './online/zh'
|
||
|
import classification from './baseclass/zh'
|
||
|
import role from './role/zh'
|
||
|
import corn from './scheduling/corn/zh'
|
||
|
import taskConfig from './task/config/zh'
|
||
|
import task from './task/zh'
|
||
|
import point from './point/zh'
|
||
|
import region from './region/zh'
|
||
|
import rawfoil from './workorder/rawfoil/zh'
|
||
|
import sbpointivt from './ivt/sbPointIvt/zh'
|
||
|
import coolregion from './ivt/cool/zh'
|
||
|
import hot from './ivt/hot/zh'
|
||
|
import codegen from './codegen/zh'
|
||
|
import storage from './storage/zh'
|
||
|
|
||
|
export default {
|
||
|
...zhLocale,
|
||
|
...zh,
|
||
|
...menu,
|
||
|
...param,
|
||
|
...customer,
|
||
|
...unit,
|
||
|
...vehicleInfo,
|
||
|
...user,
|
||
|
...scheduler,
|
||
|
...dept,
|
||
|
...dict,
|
||
|
...redis,
|
||
|
...log,
|
||
|
...notice,
|
||
|
...record,
|
||
|
...errorLog,
|
||
|
...online,
|
||
|
...classification,
|
||
|
...role,
|
||
|
...corn,
|
||
|
...taskConfig,
|
||
|
...task,
|
||
|
...point,
|
||
|
...region,
|
||
|
...rawfoil,
|
||
|
...sbpointivt,
|
||
|
...coolregion,
|
||
|
...hot,
|
||
|
...codegen,
|
||
|
...storage
|
||
|
}
|