app.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "pages": [
  3. "pages/Login/Login",
  4. "pages/Login/loginWeixin",
  5. "pages/Charts/mainStatistics",
  6. "pages/User/merchantList",
  7. "pages/User/equipmentSratisticsList",
  8. "pages/User/equipmentStatusList",
  9. "pages/User/user",
  10. "pages/User/promoCode",
  11. "pages/User/buyPromo",
  12. "pages/User/equipmentName",
  13. "pages/Charts/elseStatistics",
  14. "pages/Charts/equipmentStatistics",
  15. "pages/WeixinSwicth/WeixinSwicth"
  16. ],
  17. "window": {
  18. "navigationBarTextStyle": "white",
  19. "navigationBarTitleText": "",
  20. "navigationBarBackgroundColor": "#206DC3",
  21. "backgroundColor": "#F8F8F8",
  22. "animationType": "slide-in-right",
  23. "animationDuration": 200
  24. },
  25. "tabBar": {
  26. "color": "#7A7E83",
  27. "selectedColor": "#007AFF",
  28. "borderStyle": "black",
  29. "backgroundColor": "#F8F8F8",
  30. "list": [
  31. {
  32. "pagePath": "pages/Charts/mainStatistics",
  33. "iconPath": "static/img/home.png",
  34. "selectedIconPath": "static/img/homeHL.png",
  35. "text": "首页"
  36. },
  37. {
  38. "pagePath": "pages/User/merchantList",
  39. "iconPath": "static/img/merchantList.png",
  40. "selectedIconPath": "static/img/merchantListHL.png",
  41. "text": "机器销售"
  42. },
  43. {
  44. "pagePath": "pages/Charts/equipmentStatistics",
  45. "iconPath": "static/img/equipmentSratisticsList.png",
  46. "selectedIconPath": "static/img/equipmentSratisticsListHL.png",
  47. "text": "机器排行"
  48. },
  49. {
  50. "pagePath": "pages/User/equipmentStatusList",
  51. "iconPath": "static/img/equipment.png",
  52. "selectedIconPath": "static/img/equipmentHL.png",
  53. "text": "机器状态"
  54. },
  55. {
  56. "pagePath": "pages/User/user",
  57. "iconPath": "static/img/user.png",
  58. "selectedIconPath": "static/img/userHL.png",
  59. "text": "我的"
  60. }
  61. ]
  62. },
  63. "nvueCompiler": "uni-app",
  64. "renderer": "auto",
  65. "splashscreen": {
  66. "alwaysShowBeforeRender": true,
  67. "autoclose": false
  68. },
  69. "appname": "申泽智能物联",
  70. "compilerVersion": "2.4.2",
  71. "usingComponents": {
  72. "main-statistics": "/pages/Charts/mainStatistics"
  73. }
  74. }