|
|
@ -91,6 +91,24 @@ |
|
|
|
"pages/inviteRecord/inviteRecord", |
|
|
|
"pages/gridManage/gridManage" |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"root": "subpages/property", |
|
|
|
"name": "property", |
|
|
|
"pages": [ |
|
|
|
"pages/joinassociation/joinassociation", |
|
|
|
"pages/createassociation/createassociation", |
|
|
|
"pages/associationMember/associationMember", |
|
|
|
"pages/associationDetail/associationDetail", |
|
|
|
"pages/inviteFriend/inviteFriend", |
|
|
|
"pages/incomingVerify/incomingVerify", |
|
|
|
"pages/unpassAssociation/unpassAssociation", |
|
|
|
"pages/topicList/topicList", |
|
|
|
"pages/addTopic/addTopic", |
|
|
|
"pages/topicDetail/topicDetail", |
|
|
|
"pages/replyOrRemark/replyOrRemark", |
|
|
|
"pages/changeToIssue/changeToIssue" |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"preloadRule": { |
|
|
@ -109,6 +127,10 @@ |
|
|
|
"pages/mine/mine": { |
|
|
|
"network": "all", |
|
|
|
"packages": ["mine"] |
|
|
|
}, |
|
|
|
"pages/property/property": { |
|
|
|
"network": "all", |
|
|
|
"packages": ["subpages/property"] |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|