12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "pages": [
- "pages/shouye/shouye",
- "pages/index/index",
- "pages/logs/logs",
- "pages/details/details",
- "pages/order/order"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "大优惠",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
-
- "color": "#a9b7b7",
- "selectedColor": "#11cd6e",
- "borderStyle": "black" ,
- "list": [
- {
- "pagePath": "pages/shouye/shouye",
- "text": "首页"
- },
- {
- "pagePath": "pages/index/index",
- "text": "我的"
- }
- ]
- },
-
- "usingComponents": {
- "l-button": "/dist/button/index"
-
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|