|
123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "pages": [
- "pages/record/record",
- "pages/coupon/coupon",
- "pages/home/home",
- "pages/login/login",
- "pages/store/store"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "老门框",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#eb6100",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "核销大厅",
- "iconPath": "static/tabBar/home0.png",
- "selectedIconPath": "static/tabBar/home1.png"
- },
- {
- "pagePath": "pages/store/store",
- "text": "门店查询",
- "iconPath": "static/tabBar/store0.png",
- "selectedIconPath": "static/tabBar/store1.png"
- },
- {
- "pagePath": "pages/record/record",
- "text": "核销记录",
- "iconPath": "static/tabBar/record0.png",
- "selectedIconPath": "static/tabBar/record1.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|