From 87f063becea64d4e5af984b8395a1669ea7a8b55 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 19 Apr 2022 21:18:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=8B=B1=E6=96=87=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/vcCore/vc-en.js | 2 +- public/vcCore/vc-zh-cn.js | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/public/vcCore/vc-en.js b/public/vcCore/vc-en.js index 6d3b4a715..7a796729a 100755 --- a/public/vcCore/vc-en.js +++ b/public/vcCore/vc-en.js @@ -3,7 +3,7 @@ */ (function(window) { window.lang = { - "systemName": "CommunityManagement", + "systemName": "HC Community System", "systemSimpleName": "HC", "subSystemName": "CommunityManagement", "companyTeam": "java110 Round data team", diff --git a/public/vcCore/vc-zh-cn.js b/public/vcCore/vc-zh-cn.js index e02340f07..cb174cda6 100755 --- a/public/vcCore/vc-zh-cn.js +++ b/public/vcCore/vc-zh-cn.js @@ -15,6 +15,12 @@ "moreMsg": "查看全部消息", "title": "HC小区管理系统", "noAccount": "还没有账号? ", - "areyouhasaccount": "已经有账户了?" + "areyouhasaccount": "已经有账户了?", + "indexContextInfo":{ + "业主":"业主", + "房屋":"房屋", + "停车位":"停车位", + "商铺":"商铺", + } } })(window) \ No newline at end of file