工单小程序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.

142 lines
2.2 KiB

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