{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/list", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" } } }, { "path": "pages/index/index", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom", "scrollIndicator":"none" } } }, { "path": "pages/index/news", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom", "scrollIndicator":"none" } } }, { "path": "pages/index/news_view", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom", "scrollIndicator":"none" } } }, { "path": "pages/index/my", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom", "scrollIndicator":"none" } } }, { "path": "pages/index/msg", "style": { "disableScroll" : true, "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom", "scrollIndicator":"none" } } }, { "path": "pages/tool/web_view", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom", "scrollIndicator":"none" } } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "个人资料", "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" } } }, { "path": "pages/dream/index", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" } } }, { "path" : "pages/dream/view", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" }, "onReachBottomDistance":1 ,//距离底部多远时触发 单位px "enablePullDownRefresh" : false } }, { "path" : "pages/dream/videoPlay", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" } } }, { "path" : "lib/dever/pages/web_view", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" } } }, { "path" : "pages/dream/product", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" } } }, { "path" : "pages/user/login", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" } } }, { "path" : "pages/pay/act", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" } } }, { "path" : "pages/pay/msg", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" } } }, { "path" : "pages/chat/user", "style": { "app-plus": { "titleNView": false, "bounce": "none", "navigationStyle": "custom" }, "enablePullDownRefresh" : false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#0081ff", "navigationBarTitleText" : "合小记", "enablePullDownRefresh": true, "scrollIndicator": "none", "navigationStyle": "custom", "navigationBarTextStyle": "white", "app-plus": { "pullToRefresh": { "support": true, "color": "#0081ff", "style": "default" } } }, "tabBar1": { "color": "#878d9d", "selectedColor": "#97AF13", "borderStyle": "black", "backgroundColor": "#ffffff", "height": "50px", "fontSize": "10px", "iconWidth": "24px", "spacing": "3px", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/images/tabBar/index.png", "selectedIconPath": "static/images/tabBar/index_selected.png", "text": "我的" }, { "pagePath": "pages/index/list", "iconPath": "static/images/tabBar/take.png", "selectedIconPath": "static/images/tabBar/take_selected.png", "text": "发现" }, { "pagePath": "pages/index/my", "iconPath": "static/images/tabBar/take.png", "selectedIconPath": "static/images/tabBar/take_selected.png", "text": "我的" }/*, { "pagePath": "pages/user/index", "iconPath": "static/images/tabBar/mine.png", "selectedIconPath": "static/images/tabBar/mine_selected.png", "text": "创作" }*/ ] }, // 自动加载组件 "easycom": { "custom": { "autoscan": true, "grace(.*)": "@/lib/graceUI/components/grace$1.vue", "gui-(.*)": "@/lib/GraceUI5/components/gui-$1.vue", "^y-(.*)": "@/lib/community/y-$1/y-$1.vue" } } }