{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/startPage/index", "style": { "navigationBarTitleText": "星云闪充", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "星云闪充", "navigationStyle": "custom" } }, { "path": "pages/login/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/ChargingStation/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/order/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/personal/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/home/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/link/link", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ], "subPackages": [{ "root": "ChargingStation", "pages": [{ "path": "pages/index/index", "style": { "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTitleText": "站点详情", "enablePullDownRefresh": false } }, { "path": "pages/chargingPorts/index", "style": { "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTitleText": "充电枪详情", "enablePullDownRefresh": false } }, { "path": "pages/periodPrice/index", "style": { "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTitleText": "价格详情", "enablePullDownRefresh": false } }, { "path": "pages/placeOrder/index", "style": { "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTitleText": "选择充电金额", "enablePullDownRefresh": false } }, { "path": "pages/placeOrder/play/index", "style": { "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTitleText": "支付", "enablePullDownRefresh": false } }, { "path": "pages/placeOrder/result/index", "style": { "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTitleText": "支付", "enablePullDownRefresh": false } }, { "path": "pages/collect/index", "style": { "navigationBarTitleText": "我的收藏", "enablePullDownRefresh": false } }, { "path": "pages/chooseLocation/index", "style": { "navigationBarTitleText": "选择位置", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#F1F8FD" } }, { "path": "pages/guide/index", "style": { "navigationBarTitleText": "桩点指引", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/vehicle/index", "style": { "navigationBarTitleText": "我的车辆", "navigationBarBackgroundColor": "#F1F8FD", "enablePullDownRefresh": false } }, { "path": "pages/vehicle/binding/index", "style": { "navigationBarTitleText": "绑定车辆", "navigationBarBackgroundColor": "#F1F8FD", "enablePullDownRefresh": false } }] }, { "root": "AppletCode", "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }] }, { "root": "Order", "pages": [{ "path": "pages/index/index", "style": { "navigationBarBackgroundColor": "#F1F8FD", "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } }, { "path": "pages/charging/index", "style": { "navigationBarBackgroundColor": "#F1F8FD", "navigationBarTitleText": "充电中", "enablePullDownRefresh": false } }] }], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } // "tabBar": { // "iconWidth": "15rpx", // "borderStyle":"white", // "color": "#bbbbbb",//字体颜色 // "selectedColor": "#000000",//选中时字体颜色 // "list": [ // { // "pagePath": "pages/home/index", // "iconPath": "static/home.png", // "selectedIconPath": "static/select-home.png", // "text": "首页" // }, // { // "pagePath": "pages/ChargingStation/index", // "iconPath": "static/ChargingStation.png", // "selectedIconPath": "static/select-ChargingStation.png", // "text": "电站" // }, // { // "pagePath": "pages/order/index", // "iconPath": "static/order.png", // "selectedIconPath": "static/select-order.png", // "text": "订单" // }, // { // "pagePath": "pages/personal/index", // "iconPath": "static/Personal.png", // "selectedIconPath": "static/select-Personal.png", // "text": "我的" // } // ] // } }