优化代码

This commit is contained in:
java110 2022-01-13 12:21:33 +08:00
parent b65244e3ab
commit db150057c9
2 changed files with 12 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,20 +1,20 @@
/**
* 英文包
*/
(function (window) {
(function(window) {
window.lang = {
"systemName": "HC智慧物业管理系统",
"systemName": "HC小区管理系统",
"systemSimpleName": "HC",
"subSystemName": "HC智慧物业管理系统",
"companyTeam": "java110研发团队",
"welcome": "欢迎访问HC智慧物业管理系统",
"subSystemName": "小区管理系统",
"companyTeam": "java110团队",
"welcome": "欢迎访问HC小区管理系统",
"signOut": "退出",
"signIn":"登录",
"register":"注册",
"moreCommunity":"更多小区",
"moreMsg":"查看全部消息",
"title":"HC智慧物业管理系统",
"noAccount":"还没有账号? ",
"areyouhasaccount":"已经有账户了?"
"signIn": "登录",
"register": "注册",
"moreCommunity": "更多小区",
"moreMsg": "查看全部消息",
"title": "HC小区管理系统",
"noAccount": "还没有账号? ",
"areyouhasaccount": "已经有账户了?"
}
})(window)