123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "pages": [
- "pages/home/home",
- "pages/car/car",
- "pages/my/my"
- ],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "小程序",
- "navigationBarBackgroundColor": "#ff0000",
- "navigationStyle": "default"
- },
- "tabBar": {
- "custom": false,
- "color": "#000000",
- "selectedColor": "#ff0000",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/home/home",
- "text": "首页",
- "iconPath": "/icon/home.png",
- "selectedIconPath": "/icon/home1.png"
- }, {
- "pagePath": "pages/car/car",
- "text": "购物车",
- "iconPath": "/icon/shop.png",
- "selectedIconPath": "/icon/shop1.png"
- }, {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "/icon/my.png",
- "selectedIconPath": "/icon/my1.png"
- }]
- },
- "style": "v2",
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|