{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/login", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } }, { "path": "pages/index/reg", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/index/forgot", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mian/mian", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/mian/Invest_list/Invest_list", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/mian/search/search", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/mian/searchList/searchList", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom"// 隐藏系统导航栏 } }, { "path": "pages/mian/cemeteryInfo/cemeteryInfo", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", // 隐藏系统导航栏 "app-plus": { "subNVues": [{ "id": "bottom", "path": "pages/mian/cemeteryInfo/nvue/bottom", "style": { "position": "absolute", "left": "0", "bottom": "0", "width": "100%", "height": "130rpx", "backgroundColor": "yellow" } }] } } }, { "path": "pages/mian/subscribe/subscribe", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mian/subscribe/subscibe_OK", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } } , { "path": "pages/mian/linkInfo/linkInfo", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/news/news", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/news/mesgInfo/mesgInfo", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/history/history", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/collect/collect", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/userEdit/userEdit", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/beforehand_lease/beforehand_lease", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/lease_signed/lease_signed", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/leaseInfo/leaseInfo", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/purchase/purchase", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/pagoda/pagoda", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/pagodaInfo/pagodaInfo", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/feedback/feedback", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/updatePSW/updatePSW", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/user/help/help", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } } ,{ "path" : "pages/mian/map/map", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "list": [{ "pagePath": "pages/mian/mian", "text": "首页" }, { "pagePath": "pages/news/news", "text": "消息" }, { "pagePath": "pages/user/user", "text": "我的" } ] } }