app.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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/updatePass/index",
  25. "pages/updateInfo/index",
  26. "pages/sign/index",
  27. "pages/deliveryConfirm/index",
  28. "pages/deliveryConfirm/info",
  29. "pages/salesOrderMan/index",
  30. "pages/salesOrderMan/info",
  31. "pages/salesOrderMan/add",
  32. "pages/salesOrderMan/edit",
  33. "pages/salesOrderMan/orderloadAdd",
  34. "pages/salesOrderMan/orderloadReplace",
  35. "pages/signReview/index",
  36. "pages/signReview/info",
  37. "pages/signReview/sign",
  38. "pages/reservationMan/index",
  39. "pages/reservationMan/info",
  40. "pages/operationExecution/index",
  41. "pages/operationExecution/info",
  42. "pages/operationExecution/production",
  43. "pages/operationExecution/waterHandle",
  44. "pages/operationExecution/hygieneHandle"
  45. ],
  46. "subpackages": [
  47. {
  48. "root": "otherPages",
  49. "name": "other",
  50. "pages": [
  51. "upDownAllocation/index",
  52. "upDownAllocation/allocation",
  53. "upDownAllocation/info",
  54. "repairDispatch/index",
  55. "repairDispatch/dispatch",
  56. "repairDispatch/info",
  57. "upDownSubmit/index",
  58. "upDownSubmit/info",
  59. "upDownSubmit/sign",
  60. "workTask/index",
  61. "workTask/info",
  62. "reportFault/index",
  63. "reportFault/info",
  64. "reportFault/report",
  65. "parkConfig/index"
  66. ],
  67. "independent": false
  68. }
  69. ],
  70. "window": {
  71. "backgroundTextStyle": "light",
  72. "navigationBarBackgroundColor": "#fff",
  73. "navigationBarTitleText": "湖南泽宇智能物料系统",
  74. "navigationBarTextStyle": "black"
  75. },
  76. "tabBar": {
  77. "backgroundColor": "#ffffff",
  78. "color": "#999999",
  79. "selectedColor": "#4B70EA",
  80. "custom": false,
  81. "list": [{
  82. "pagePath": "pages/workstand/index",
  83. "iconPath": "/images/tabbar1.png",
  84. "selectedIconPath": "/images/tabbar_active1.png",
  85. "text": "首页"
  86. },
  87. {
  88. "pagePath": "pages/mine/index",
  89. "iconPath": "/images/tabbar3.png",
  90. "selectedIconPath": "/images/tabbar_active3.png",
  91. "text": "我的"
  92. }
  93. ]
  94. },
  95. "sitemapLocation": "sitemap.json"
  96. }