feat: add international language support for workplace page; 🌟
新增:工作台页面增加国际化语言支持;
This commit is contained in:
@@ -8,7 +8,7 @@ const userDB = Mock.mock({
|
||||
avatar: '@AVATAR',
|
||||
address: '@CITY',
|
||||
welcome: '@WELCOME',
|
||||
timefix: '@TIMEFIX',
|
||||
timeFix: '@TIMEFIX',
|
||||
position: '@position'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -6,7 +6,7 @@ const user = Mock.mock({
|
||||
avatar: '@AVATAR',
|
||||
address: '@CITY',
|
||||
welcome: '@WELCOME',
|
||||
timefix: '@TIMEFIX',
|
||||
timeFix: '@TIMEFIX',
|
||||
position: '@POSITION'
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user