feat: add international language support for workplace page; 🌟

新增:工作台页面增加国际化语言支持;
This commit is contained in:
iczer
2020-06-24 18:53:17 +08:00
parent ff4364262d
commit fa3fa22f3c
8 changed files with 136 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ const userDB = Mock.mock({
avatar: '@AVATAR',
address: '@CITY',
welcome: '@WELCOME',
timefix: '@TIMEFIX',
timeFix: '@TIMEFIX',
position: '@position'
}
]

View File

@@ -6,7 +6,7 @@ const user = Mock.mock({
avatar: '@AVATAR',
address: '@CITY',
welcome: '@WELCOME',
timefix: '@TIMEFIX',
timeFix: '@TIMEFIX',
position: '@POSITION'
})