app.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "pages": [
  3. "pages/login/index",
  4. "pages/index/index",
  5. "pages/myCenter/myCenter",
  6. "pages/myCenter/personalData/personalData",
  7. "pages/myCenter/updatePassword/updatePassword",
  8. "pages/webview/webview",
  9. "pages/history/history",
  10. "pages/applicationCenter/applicationCenter",
  11. "pages/message/message",
  12. "pages/index/detail/detail",
  13. "pages/index/handle/danger/index/index",
  14. "pages/index/handle/task/task",
  15. "pages/index/handle/task/checkList/form/form",
  16. "pages/index/handle/alert/alert",
  17. "pages/index/handle/warning/warning"
  18. ],
  19. "subPackages": [],
  20. "window": {
  21. "navigationBarTextStyle": "black",
  22. "navigationBarTitleText": "智慧创新",
  23. "navigationBarBackgroundColor": "#F8F8F8",
  24. "backgroundColor": "#F8F8F8"
  25. },
  26. "tabBar": {
  27. "color": "#7A7E83",
  28. "selectedColor": "#1296db",
  29. "borderStyle": "black",
  30. "backgroundColor": "#ffffff",
  31. "iconWidth": "24px",
  32. "list": [
  33. {
  34. "pagePath": "pages/index/index",
  35. "iconPath": "static/tabbar/index.png",
  36. "selectedIconPath": "static/tabbar/indexEd.png",
  37. "text": "首页"
  38. },
  39. {
  40. "pagePath": "pages/applicationCenter/applicationCenter",
  41. "iconPath": "static/tabbar/app.png",
  42. "selectedIconPath": "static/tabbar/appEd.png",
  43. "text": "应用中心"
  44. },
  45. {
  46. "pagePath": "pages/history/history",
  47. "iconPath": "static/tabbar/info.png",
  48. "selectedIconPath": "static/tabbar/infoEd.png",
  49. "text": "信息中心"
  50. },
  51. {
  52. "pagePath": "pages/myCenter/myCenter",
  53. "iconPath": "static/tabbar/myCenter.png",
  54. "selectedIconPath": "static/tabbar/myCenterEd.png",
  55. "text": "我的"
  56. }
  57. ]
  58. },
  59. "usingComponents": {}
  60. }