{ "pages": [ { "path": "pages/tabbar/index/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } }, { "path": "pages/tabbar/mine/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } }, { "path": "pages/tabbar/learnCar/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } } ], "subPackages": [ { "root": "pages/userCenter", "pages": [ { "path": "login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } }, { "path": "login/loginByPhone", "style": { "navigationBarTitleText": "手机号登录", "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } } ] }, { "root": "pages/other", "pages": [ { "path": "webView/webView", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "学车小程序", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "color": "#999999", "selectedColor": "#218DFF", "backgroundColor": "#FFFFFF", "list": [{ "pagePath": "pages/tabbar/index/index", "text": "首页", "iconPath": "static/images/tabbar/btn_shouye_nor.png", "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png" }, { "pagePath": "pages/tabbar/learnCar/index", "text": "学车", "iconPath": "static/images/tabbar/btn_xueche_nor.png", "selectedIconPath": "static/images/tabbar/btn_xueche_cli.png" }, { "pagePath": "pages/tabbar/mine/index", "text": "我的", "iconPath": "static/images/tabbar/btn_wode_nor.png", "selectedIconPath": "static/images/tabbar/btn_wode_cli.png" } ] }, "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" } }