app.json 1.5 KB

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