C端集团版
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
867 B

  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/users/users",
  5. "pages/location/location",
  6. "pages/getuserinfo/index"
  7. ],
  8. "tabBar": {
  9. "list": [
  10. {
  11. "pagePath": "pages/index/index",
  12. "text": "首页",
  13. "iconPath": "assets/images/home.png",
  14. "selectedIconPath": "assets/images/home-a.png"
  15. },
  16. {
  17. "pagePath": "pages/users/users",
  18. "text": "我的",
  19. "iconPath": "assets/images/park.png",
  20. "selectedIconPath": "assets/images/user-a.png"
  21. }
  22. ],
  23. "color": "#abb1be",
  24. "selectedColor": "#b2743d"
  25. },
  26. "window": {
  27. "backgroundTextStyle": "light",
  28. "navigationBarBackgroundColor": "#fff",
  29. "navigationBarTitleText": "集团版",
  30. "navigationBarTextStyle": "black",
  31. "navigationStyle": "custom"
  32. },
  33. "style": "v2",
  34. "sitemapLocation": "sitemap.json"
  35. }