123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- {
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/home",
- "style": {
- "navigationBarTitleText": "闽南文化生态保护-首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/introduction",
- "style": {
- "navigationBarTitleText": "闽南文化生态保护-介绍",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/introduction/character",
- "style": {
- "navigationBarTitleText": "先贤列传"
- }
- },
- {
- "path": "pages/travel",
- "style": {
- "navigationBarTitleText": "闽南文化生态保护-文旅",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/travel/calendar",
- "style": {
- "navigationBarTitleText": "节庆日历",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/discover",
- "style": {
- "navigationBarTitleText": "闽南文化生态保护-发现",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/inhert",
- "style": {
- "navigationBarTitleText": "闽南文化生态保护-传承",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/inhert/artifact/list",
- "style": {
- "navigationBarTitleText": "文物列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/inhert/artifact/details",
- "style": {
- "navigationBarTitleText": "文物详情"
- }
- },
- {
- "path": "pages/inhert/intangible/list",
- "style": {
- "navigationBarTitleText": "非遗列表"
- }
- },
- {
- "path": "pages/inhert/intangible/details",
- "style": {
- "navigationBarTitleText": "非遗详情"
- }
- },
- {
- "path": "pages/inhert/inheritor/list",
- "style": {
- "navigationBarTitleText": "传承人列表"
- }
- },
- {
- "path": "pages/inhert/inheritor/details",
- "style": {
- "navigationBarTitleText": "传承人详情"
- }
- },
- {
- "path": "pages/inhert/village/list",
- "style": {
- "navigationBarTitleText": "村落列表"
- }
- },
- {
- "path": "pages/inhert/village/details",
- "style": {
- "navigationBarTitleText": "村落详情"
- }
- },
- {
- "path": "pages/article/common/list",
- "style": {
- "navigationBarTitleText": "通用列表页"
- }
- },
- {
- "path": "pages/article/details",
- "style": {
- "navigationBarTitleText": "新闻详情"
- }
- },
- {
- "path": "pages/article/list",
- "style": {
- "navigationBarTitleText": "文章列表页"
- }
- },
- {
- "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
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#f6f2e7",
- "backgroundColor": "#f6f2e7"
- },
- "uniIdRouter": {},
- "tabBar": {
- "custom": true,
- "list": [
- {
- "pagePath": "pages/home",
- "text": "首页"
- },
- {
- "pagePath": "pages/discover",
- "text": "发现"
- },
- {
- "pagePath": "pages/inhert",
- "text": "传承"
- },
- {
- "pagePath": "pages/travel",
- "text": "文旅"
- },
- {
- "pagePath": "pages/user/index",
- "text": "我的"
- }
- ]
- }
- }
|