diff --git a/pages.json b/pages.json index 0c8dad9..76b6643 100644 --- a/pages.json +++ b/pages.json @@ -522,6 +522,48 @@ "style": { "navigationBarTitleText": "培训机构信息详情" } + }, + { + "path": "institution/trainingInstitutionMaintenance", + "style": { + "navigationBarTitleText": "培训机构信息维护" + } + }, + { + "path": "components/map", + "style": { + "navigationBarTitleText": "选择地址" + } + }, + { + "path": "institution/evaluationAgencyMaintenance", + "style": { + "navigationBarTitleText": "评价机构信息维护" + } + }, + { + "path": "notice/trainingAnnouncement/postedList", + "style": { + "navigationBarTitleText": "培训公告发布" + } + }, + { + "path": "notice/trainingAnnouncement/postedEdit", + "style": { + "navigationBarTitleText": "培训公告" + } + }, + { + "path": "notice/evaluateAnnouncement/evaluateList", + "style": { + "navigationBarTitleText": "评价公告发布" + } + }, + { + "path": "notice/evaluateAnnouncement/evaluateEdit", + "style": { + "navigationBarTitleText": "评价公告" + } } ] },