app.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "pages": [
  3. "pages/workstand/index",
  4. "pages/index/index",
  5. "pages/index/add",
  6. "pages/index/edit",
  7. "pages/index/info",
  8. "pages/index/signFor",
  9. "pages/index/sign",
  10. "pages/temporary/add",
  11. "pages/temporary/edit",
  12. "pages/queueCar/index",
  13. "pages/queueCar/info",
  14. "pages/queueCar/adjustOrder",
  15. "pages/weighingRecord/index",
  16. "pages/weighingRecord/info",
  17. "pages/mine/index",
  18. "pages/car/index",
  19. "pages/car/add",
  20. "pages/car/edit",
  21. "pages/car/info",
  22. "pages/login/index",
  23. "pages/register/index",
  24. "pages/register/indexShip",
  25. "pages/updatePass/index",
  26. "pages/updateInfo/index",
  27. "pages/updateInfo/indexShip",
  28. "pages/sign/index",
  29. "pages/deliveryConfirm/index",
  30. "pages/deliveryConfirm/info",
  31. "pages/salesOrderMan/index",
  32. "pages/salesOrderMan/info",
  33. "pages/salesOrderMan/add",
  34. "pages/salesOrderMan/edit",
  35. "pages/salesOrderMan/orderloadAdd",
  36. "pages/salesOrderMan/orderloadReplace",
  37. "pages/signReview/index",
  38. "pages/signReview/info",
  39. "pages/signReview/sign",
  40. "pages/reservationMan/index",
  41. "pages/reservationMan/info",
  42. "pages/operationExecution/index",
  43. "pages/operationExecution/info",
  44. "pages/operationExecution/production",
  45. "pages/operationExecution/waterHandle",
  46. "pages/operationExecution/hygieneHandle"
  47. ],
  48. "subpackages": [
  49. {
  50. "root": "otherPages",
  51. "name": "other",
  52. "pages": [
  53. "upDownAllocation/index",
  54. "upDownAllocation/allocation",
  55. "upDownAllocation/info",
  56. "repairDispatch/index",
  57. "repairDispatch/dispatch",
  58. "repairDispatch/info",
  59. "upDownSubmit/index",
  60. "upDownSubmit/info",
  61. "upDownSubmit/sign",
  62. "workTask/index",
  63. "workTask/info",
  64. "reportFault/index",
  65. "reportFault/info",
  66. "reportFault/report",
  67. "parkConfig/index"
  68. ],
  69. "independent": false
  70. }
  71. ],
  72. "window": {
  73. "backgroundTextStyle": "light",
  74. "navigationBarBackgroundColor": "#fff",
  75. "navigationBarTitleText": "湖南泽宇智能物料系统",
  76. "navigationBarTextStyle": "black"
  77. },
  78. "tabBar": {
  79. "backgroundColor": "#ffffff",
  80. "color": "#999999",
  81. "selectedColor": "#4B70EA",
  82. "custom": false,
  83. "list": [{
  84. "pagePath": "pages/workstand/index",
  85. "iconPath": "/images/tabbar1.png",
  86. "selectedIconPath": "/images/tabbar_active1.png",
  87. "text": "首页"
  88. },
  89. {
  90. "pagePath": "pages/mine/index",
  91. "iconPath": "/images/tabbar3.png",
  92. "selectedIconPath": "/images/tabbar_active3.png",
  93. "text": "我的"
  94. }
  95. ]
  96. },
  97. "sitemapLocation": "sitemap.json"
  98. }