{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/address/index", "style": { "navigationBarTitleText": "我的地址", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/pay/index", "style": { "navigationBarTitleText": "支付", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/pay-result/index", "style": { "navigationBarTitleText": "支付结果", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/h5-view/index", "style": { "navigationBarTitleText": "统一的H5落地页", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/h5-page/index", "style": { "navigationBarTitleText": "飞鸟快印", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登陆", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/page-view/index", "style": { "navigationBarTitleText": "飞鸟快印", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "backgroundColorTop": "#FFFFFF" }, "tabBar": { "color": "#888", "selectedColor": "#007AFF", "borderStyle": "white", "backgroundColor": "#f9f9f9", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/imgs/tabbar/index-gray.png", "selectedIconPath": "static/imgs/tabbar/index-blue.png", "text": "首页" }, { "pagePath": "pages/mine/index", "iconPath": "static/imgs/tabbar/mine-gray.png", "selectedIconPath": "static/imgs/tabbar/mine-blue.png", "text": "我的" } ] } }