储能智慧云小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

app.json 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/index",
  5. "pages/monitor/index",
  6. "pages/monitorevent/index",
  7. "pages/setup/index",
  8. "pages/details/index",
  9. "pages/station/index",
  10. "pages/setuplevel/index",
  11. "pages/user/index",
  12. "pages/powerstation/index",
  13. "pages/privacy/index",
  14. "pages/healthy/index",
  15. "pages/account/index"
  16. ],
  17. "window": {
  18. "navigationBarTextStyle": "black",
  19. "navigationBarTitleText": "云链智安",
  20. "navigationBarBackgroundColor": "#ffffff"
  21. },
  22. "componentFramework": "glass-easel",
  23. "sitemapLocation": "sitemap.json",
  24. "lazyCodeLoading": "requiredComponents",
  25. "__usePrivacyCheck__": true,
  26. "tabBar": {
  27. "selectedColor":"#007544",
  28. "list": [
  29. {
  30. "pagePath": "pages/index/index",
  31. "text": "概览",
  32. "iconPath": "static/sz.png",
  33. "selectedIconPath": "static/sz1.png"
  34. } , {
  35. "pagePath": "pages/setup/index",
  36. "text": "设置",
  37. "iconPath": "static/user1.png",
  38. "selectedIconPath": "static/user2.png"
  39. }
  40. ]
  41. }
  42. }