|
- {
- "pages": [
- "pages/index/index",
- "pages/users/users",
- "pages/location/location",
- "pages/getuserinfo/index",
- "pages/getphoneInfo/getphoneInfo"
- ],
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "assets/images/home.png",
- "selectedIconPath": "assets/images/home-a.png"
- },
- {
- "pagePath": "pages/users/users",
- "text": "我的",
- "iconPath": "assets/images/user.png",
- "selectedIconPath": "assets/images/user-a.png"
- }
- ],
- "color": "#abb1be",
- "selectedColor": "#b2743d"
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "集团版",
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|