From cc348760a1d5f212286eb819f5760762663d368d Mon Sep 17 00:00:00 2001 From: WX0lxh <2062408239@qq.com> Date: Wed, 25 Feb 2026 16:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) 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": "评价公告" + } } ] },