{ "easycom": { // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175 "custom": { "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/InformationAdd/index", "style": { "navigationBarTitleText": "信息添加", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/growRecord/index", "style": { "navigationBarTitleText": "生长记录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/detail/plant", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/allPlant/index", "style": { "navigationBarTitleText": "全部种植", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/records/index", "style": { "navigationBarTitleText": "生长记录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/profile/index", "style": { "navigationBarTitleText": "生长概况", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/feedIng/feedList", "style": { "navigationBarTitleText": "养殖列表", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/feedIng/feedDetail", "style": { "navigationBarTitleText": "养殖详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/feedIng/histroyFeed", "style": { "navigationBarTitleText": "历史养殖记录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/feedIng/updateFeed", "style": { "navigationBarTitleText": "更新饲养状态", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/feedIng/vaccineInfo", "style": { "navigationBarTitleText": "疫苗信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/feedIng/addPoultry", "style": { "navigationBarTitleText": "添加饲养动物", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/feedIng/allFeed", "style": { "navigationBarTitleText": "全部养殖记录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/feedIng/allRecording", "style": { "navigationBarTitleText": "全部记录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F4F4F4", "navigationBarTextStyle": "black" } }, { "path": "pages/test/index", "style": { "navigationBarTitleText": "uni-app", "enablePullDownRefresh": true } }, { "path": "pages/test/index1", "style": { "navigationBarTitleText": "uni-app", "enablePullDownRefresh": true } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }