优化首页代码

This commit is contained in:
java110 2020-05-21 09:43:37 +08:00
parent 9180fbd2ba
commit 30aa768ab3

View File

@ -18,6 +18,8 @@ class MappingConstant {
static CURRENT_COMMUNITY_INFO = "currentCommunityInfo"; //业主当前小区信息 static CURRENT_COMMUNITY_INFO = "currentCommunityInfo"; //业主当前小区信息
static INDEX_LISTENER = "index_listener";// 首页监听
} }
module.exports = MappingConstant; module.exports = MappingConstant;