工单小程序2024-11-20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
2.1 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. },
  8. {
  9. "path": "pages/index/order",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/index/category",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. },
  20. {
  21. "path": "pages/index/center",
  22. "style": {
  23. "navigationBarTitleText": ""
  24. }
  25. },
  26. {
  27. "path": "pages/index/cart",
  28. "style": {
  29. "navigationBarTitleText": ""
  30. }
  31. }
  32. ],
  33. "preloadRule": {
  34. "pages/index/index": {
  35. "network": "all",
  36. "packages": ["pages_order"]
  37. }
  38. },
  39. "subPackages": [{
  40. "root": "pages_order",
  41. "pages": [{
  42. "path": "order/orderDetail"
  43. },
  44. {
  45. "path": "mine/purse"
  46. },
  47. {
  48. "path": "mine/runningWater"
  49. },
  50. {
  51. "path": "mine/address"
  52. },
  53. {
  54. "path": "product/productDetail"
  55. },
  56. {
  57. "path": "order/refundsOrExchange"
  58. },
  59. {
  60. "path": "auth/wxLogin"
  61. },
  62. {
  63. "path": "auth/wxUserInfo"
  64. },
  65. {
  66. "path": "auth/loginAndRegisterAndForgetPassword"
  67. },
  68. {
  69. "path": "mine/help"
  70. },
  71. {
  72. "path" : "order/WorkOrders"
  73. },
  74. {
  75. "path" : "order/ModifyWorkOrder",
  76. "style" :
  77. {
  78. "navigationBarTitleText" : ""
  79. }
  80. },
  81. {
  82. "path" : "order/FavoriteList",
  83. "style" :
  84. {
  85. "navigationBarTitleText" : ""
  86. }
  87. },
  88. {
  89. "path" : "order/WorkOrderListitem",
  90. "style" :
  91. {
  92. "navigationBarTitleText" : ""
  93. }
  94. },
  95. {
  96. "path" : "order/ProcessCardOne",
  97. "style" :
  98. {
  99. "navigationBarTitleText" : ""
  100. }
  101. },
  102. {
  103. "path" : "order/ProcessCardTo",
  104. "style" :
  105. {
  106. "navigationBarTitleText" : ""
  107. }
  108. },
  109. {
  110. "path" : "order/ProcessCardThree",
  111. "style" :
  112. {
  113. "navigationBarTitleText" : ""
  114. }
  115. },
  116. {
  117. "path" : "order/ProcessCardFour",
  118. "style" :
  119. {
  120. "navigationBarTitleText" : ""
  121. }
  122. }
  123. ]
  124. }],
  125. "globalStyle": {
  126. "navigationBarTextStyle": "black",
  127. "navigationBarTitleText": "酒店桌布",
  128. "navigationBarBackgroundColor": "#F8F8F8",
  129. "backgroundColor": "#F8F8F8",
  130. "navigationStyle": "custom"
  131. },
  132. "uniIdRouter": {}
  133. }