C端集团版
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

36 řádky
901 B

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