{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "lazyCodeLoading": "requiredComponents", "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#3996FD", // "navigationBarTextStyle": "black", "navigationStyle": "custom" } }, { "path": "pages/map", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, // 蜂箱 { "path": "pages/Beehive", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, // 蜂场 { "path": "pages/Apiary", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/my", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "pages/Apiary/AddApiary", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom", "enablePullDownRefresh" : false } }, { "path" : "pages/Apiary/Apiary_detail", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom", "enablePullDownRefresh" : false } } ], "subPackages": [ { "root": "page_user", "pages": [{ "path": "upload", "style": { "navigationBarTitleText": "上传", "enablePullDownRefresh": false, "navigationStyle": "custom" } } // 其他 userpages 目录下的页面... ] } ], "tabBar": { "custom": true, "list": [{ // "selectedIconPath": "/static/tabbar/home-active.png", // "iconPath": "/static/tabbar/home.png", "pagePath": "pages/index/index", "text": "首页" }, { // "selectedIconPath": "/static/tabbar/tj-active.png", // "iconPath": "/static/tabbar/tj.png", "pagePath": "pages/Apiary", "text": "统计" }, { // "selectedIconPath": "/static/tabbar/tj-active.png", // "iconPath": "/static/tabbar/tj.png", "pagePath": "pages/Beehive", "text": "统计" }, { // "selectedIconPath": "/static/tabbar/tj-active.png", // "iconPath": "/static/tabbar/tj.png", "pagePath": "pages/map", "text": "统计" }, { // "selectedIconPath": "/static/tabbar/my-active.png", // "iconPath": "/static/tabbar/my.png", "pagePath": "pages/my", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }