app.json 1.8 KB

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