| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "团购自助兑换"
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "订单"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/order/confirm",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "团购券"
- }
- },
- {
- "path": "pages/user/license",
- "style": {
- "navigationBarTitleText": "资质亮照"
- }
- },
- {
- "path": "pages/order/store",
- "style": {
- "navigationBarTitleText": "选择门店"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "团购自助兑换",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "backgroundColor": "#ffffff",
- "borderStyle": "white",
- "color": "#666666",
- "selectedColor": "#224d7a",
- "list": [
- {
- "iconPath": "/static/image/coupon.png",
- "selectedIconPath": "/static/image/coupon-fill.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "iconPath": "/static/image/order.png",
- "selectedIconPath": "/static/image/order-fill.png",
- "pagePath": "pages/order/order",
- "text": "订单"
- },
- {
- "iconPath": "/static/image/user.png",
- "selectedIconPath": "/static/image/user-fill.png",
- "pagePath": "pages/user/user",
- "text": "我的"
- }
- ]
- },
- "uniIdRouter": {}
- }
|