优化英文展示

This commit is contained in:
wuxw 2022-04-19 21:18:09 +08:00
parent 1c7973523e
commit 87f063bece
2 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,7 @@
*/
(function(window) {
window.lang = {
"systemName": "CommunityManagement",
"systemName": "HC Community System",
"systemSimpleName": "HC",
"subSystemName": "CommunityManagement",
"companyTeam": "java110 Round data team",

View File

@ -15,6 +15,12 @@
"moreMsg": "查看全部消息",
"title": "HC小区管理系统",
"noAccount": "还没有账号? ",
"areyouhasaccount": "已经有账户了?"
"areyouhasaccount": "已经有账户了?",
"indexContextInfo":{
"业主":"业主",
"房屋":"房屋",
"停车位":"停车位",
"商铺":"商铺",
}
}
})(window)