C端集团版
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

35 行
835 B

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