123456789101112131415161718192021222324252627282930313233343536 |
- {
- "pages": [
-
- "pages/index/index",
- "pages/pay/index",
- "pages/user/index",
- "pages/webview/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "大正陪护",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "tabBar": {
- "color": "#777777",
- "selectedColor": "#148d8f",
- "backgroundColor": "#FFFFFF",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "images/home1.png",
- "selectedIconPath": "images/home2.png"
- },
- {
- "pagePath": "pages/user/index",
- "text": "我的",
- "iconPath": "images/user1.png",
- "selectedIconPath": "images/user2.png"
- }
- ]
- }
- }
|