{ "leftWindow": { "path": "windows/left-window.vue", "style": { "width": "350px" } }, "topWindow": { "path": "windows/top-window.vue", "style": { "height": "60px" } }, "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/businessCard/buyCard", "style": { "navigationBarTitleText": "商户卡券购买" } }, { "path": "pages/businessCard/businessCard", "style": { "navigationBarTitleText": "商户卡券" } }, { "path": "pages/parkRecordList/recordDetail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/parkRecordList/parkRecordList", "style": { "navigationBarTitleText": "停车记录" } }, { "path": "pages/parkPay/parkPay", "style": { "navigationBarTitleText": "支付" } }, { "path": "pages/inputCarNumber/inputCarNumber", "style": { "navigationBarTitleText": "停车缴费" } }, { "path": "pages/moneyRecharge/moneyRecharge", "style": { "navigationBarTitleText": "钱包充值" } }, { "path": "pages/tabBar/component/component", "style": { "navigationBarTitleText": "内置组件", "app-plus": { "bounce": "vertical", "titleNView": { "buttons": [ { "text": "\ue534", "fontSrc": "/static/uni.ttf", "fontSize": "22px", "color": "#FFFFFF" } ] } } } }, { "path": "pages/tabBar/extUI/extUI", "style": { "navigationBarTitleText": "扩展组件", "app-plus": { "titleNView": { "buttons": [ { "text": "\ue534", "fontSrc": "/static/uni.ttf", "fontSize": "22px", "color": "#FFFFFF" } ] } } } }, { "path": "pages/rechargeDetail/rechargeDetail", "style": { "navigationBarTitleText": "充值明细" } }, { "path": "pages/rechargeDetail/outDetail", "style": { "navigationBarTitleText": "账单详情" } } ], "globalStyle": { "pageOrientation": "portrait", "navigationBarTitleText": "Hello uniapp", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#F8F8F8", "backgroundColorTop": "#F4F5F6", "backgroundColorBottom": "#F4F5F6", "mp-360": { "navigationStyle": "custom" }, "h5": { "maxWidth": 1190, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F1F1F1" } }, "tabBar": { "color": "#7A7E83", "selectedColor": "#007AFF", "borderStyle": "black", "backgroundColor": "#F8F8F8", "list": [ { "pagePath": "pages/tabBar/component/component", "iconPath": "static/component.png", "selectedIconPath": "static/componentHL.png", "text": "内置组件" }, { "pagePath": "pages/tabBar/extUI/extUI", "iconPath": "static/extui.png", "selectedIconPath": "static/extuiHL.png", "text": "扩展组件" } ] } }