| 1
2
3
4
5
6
7
8
9
10
11
12
 | | export default {  |  |     'message.hello': '你好',  |  |     'message.language': '语言',  |  |     'system.system':'系统管理',  |  |     'system.user':'用户管理',  |  |     'system.role':'角色管理',  |  |     'system.menu':'菜单管理',  |  |     'system.host':'机构管理',  |  |     'system.dept':'部门管理',  |  |     'system.userLogin':'登录日志',  |  |     'system.operationRecord':'操作日志',  |  | }; | 
 |