app.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "pages/index/handle/task/checkList/form/transferCheckTask",
  19. "pages/index/handle/task/hazardRecord/hazardRecord",
  20. "pages/index/handle/task/hazardRecord/form",
  21. "pages/index/handle/danger/index/submit"
  22. ],
  23. "subPackages": [],
  24. "window": {
  25. "navigationBarTextStyle": "black",
  26. "navigationBarTitleText": "智慧创新",
  27. "navigationBarBackgroundColor": "#F8F8F8",
  28. "backgroundColor": "#F8F8F8"
  29. },
  30. "tabBar": {
  31. "color": "#7A7E83",
  32. "selectedColor": "#1296db",
  33. "borderStyle": "black",
  34. "backgroundColor": "#ffffff",
  35. "iconWidth": "24px",
  36. "list": [
  37. {
  38. "pagePath": "pages/index/index",
  39. "iconPath": "static/tabbar/index.png",
  40. "selectedIconPath": "static/tabbar/indexEd.png",
  41. "text": "首页"
  42. },
  43. {
  44. "pagePath": "pages/applicationCenter/applicationCenter",
  45. "iconPath": "static/tabbar/app.png",
  46. "selectedIconPath": "static/tabbar/appEd.png",
  47. "text": "应用中心"
  48. },
  49. {
  50. "pagePath": "pages/history/history",
  51. "iconPath": "static/tabbar/info.png",
  52. "selectedIconPath": "static/tabbar/infoEd.png",
  53. "text": "信息中心"
  54. },
  55. {
  56. "pagePath": "pages/myCenter/myCenter",
  57. "iconPath": "static/tabbar/myCenter.png",
  58. "selectedIconPath": "static/tabbar/myCenterEd.png",
  59. "text": "我的"
  60. }
  61. ]
  62. },
  63. "usingComponents": {}
  64. }