app.json 1.5 KB

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