{ "pages": [ { "path": "pages/tabbar/statistics/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } }, { "path": "pages/tabbar/examSimulation/index", "style": { "navigationBarTitleText": "考场模拟", "navigationStyle": "custom", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } }, { "path": "pages/tabbar/operateTrain/index", "style": { "navigationBarTitleText": "实操训练", "navigationStyle": "custom", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } }, { "path": "pages/tabbar/mine/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/indexEntry", "pages": [ { "path": "settlement/settlement", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } }, { "path": "settlement/detail/detail", "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/statistics/index", "text": "首页", "iconPath": "static/images/tabbar/tj.png", "selectedIconPath": "static/images/tabbar/tjActive.png" }, { "pagePath": "pages/tabbar/examSimulation/index", "text": "考场模拟", "iconPath": "static/images/tabbar/kc.png", "selectedIconPath": "static/images/tabbar/kcActive.png" }, { "pagePath": "pages/tabbar/operateTrain/index", "text": "实操训练", "iconPath": "static/images/tabbar/sc.png", "selectedIconPath": "static/images/tabbar/scActive.png" }, { "pagePath": "pages/tabbar/mine/index", "text": "我的", "iconPath": "static/images/tabbar/wd.png", "selectedIconPath": "static/images/tabbar/wdActive.png" } ] }, "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "condition" : { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }