| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/organization/organization",
- "style": {
- "navigationBarTitleText": "校友组织",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/org_list/org_list",
- "style": {
- "navigationBarTitleText": "校友组织",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/org_detail/org_detail",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/back_school/back_school",
- "style": {
- "navigationBarTitleText": "返校申请",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/activity/activity",
- "style": {
- "navigationBarTitleText": "活动",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/set_act/set_act",
- "style": {
- "navigationBarTitleText": "发起活动",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/school_represent/school_represent",
- "style": {
- "navigationBarTitleText": "母校代言",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/school_represent_detail/school_represent_detail",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/school_form/school_form",
- "style": {
- "navigationBarTitleText": "我要为母校代言",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/school_photo/school_photo",
- "style": {
- "navigationBarTitleText": "校友相册",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/school_photo_upload/school_photo_upload",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/news/news",
- "style": {
- "navigationBarTitleText": "新闻聚焦",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/news_detail/news_detail",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/address_book/address_book",
- "style": {
- "navigationBarTitleText": "校友通讯录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/check/check",
- "style": {
- "navigationBarTitleText": "审批管理",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/act_detail/act_detail",
- "style": {
- "navigationBarTitleText": "活动详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/people_detail/people_detail",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/act_album/act_album",
- "style": {
- "navigationBarTitleText": "活动相册",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/404/404",
- "style": {
- "navigationBarTitleText": "404",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/plan/plan",
- "style": {
- "navigationBarTitleText": "心链计划",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/planDetail/planDetail",
- "style": {
- "navigationBarTitleText": "权益详情",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|