| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- {
- "pages": [
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "闽南文化生态保护-首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/introduction",
- "style": {
- "navigationBarTitleText": "闽南文化生态保护-介绍",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/history",
- "style": {
- "navigationBarTitleText": "保护区建设历程"
- }
- },
- {
- "path": "pages/travel/calendar/index",
- "style": {
- "navigationBarTitleText": "节庆日历",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/travel/scenic-spot/list",
- "style": {
- "navigationBarTitleText": "文化景区",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/travel/fashion/list",
- "style": {
- "navigationBarTitleText": "闽南歌曲",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/inhert/inheritor/list",
- "style": {
- "navigationBarTitleText": "传承人列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/inhert/map/index",
- "style": {
- "navigationBarTitleText": "文化地图"
- }
- },
- {
- "path": "pages/inhert/language/list",
- "style": {
- "navigationBarTitleText": "闽南话"
- }
- },
- {
- "path": "pages/inhert/village/list",
- "style": {
- "navigationBarTitleText": "村落列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/inhert/village/details",
- "style": {
- "navigationBarTitleText": "村落详情"
- }
- },
- {
- "path": "pages/article/common/list",
- "style": {
- "navigationBarTitleText": "通用列表页",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/article/data/list",
- "style": {
- "navigationBarTitleText": "动态通用列表页",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/article/data/details",
- "style": {
- "navigationBarTitleText": "动态通用详情页"
- }
- },
- {
- "path": "pages/article/details",
- "style": {
- "navigationBarTitleText": "新闻详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/article/list",
- "style": {
- "navigationBarTitleText": "文章列表页",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/article/web/ewebview",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/article/correct",
- "style": {
- "navigationBarTitleText": "内容反馈",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/article/editor/editor",
- "style": {
- "navigationBarTitleText": "编辑文章",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/article/editor/preview",
- "style": {
- "navigationBarTitleText": "预览文章",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/video/details",
- "style": {
- "navigationBarTitleText": "视频播放页"
- }
- },
- {
- "path": "pages/video/list",
- "style": {
- "navigationBarTitleText": "视频列表页"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/collect/index",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/profile/index",
- "style": {
- "navigationBarTitleText": "个人信息",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/contribute/list",
- "style": {
- "navigationBarTitleText": "我的投稿",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/contribute/submit",
- "style": {
- "navigationBarTitleText": "投稿"
- }
- },
- // #ifdef H5
- {
- "path": "pages/article/data/editor/MiniProgramEditor",
- "style": {
- "navigationBarTitleText": "小程序编辑器",
- "navigationStyle": "custom"
- }
- },
- // #endif
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#f6f2e7",
- "backgroundColor": "#f6f2e7"
- },
- "uniIdRouter": {},
- "tabBar": {
- "custom": true,
- "list": [
- {
- "pagePath": "pages/home/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/user/index",
- "text": "我的"
- }
- ]
- }
- }
|