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

7 months ago
6 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
6 months ago
7 months ago
7 months ago
7 months ago
6 months ago
7 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/WorkOrders"
  38. },
  39. {
  40. "path": "order/ModifyWorkOrder",
  41. "style": {
  42. "navigationBarTitleText": ""
  43. }
  44. },
  45. {
  46. "path": "order/FavoriteList",
  47. "style": {
  48. "navigationBarTitleText": ""
  49. }
  50. },
  51. {
  52. "path": "order/WorkOrderList",
  53. "style": {
  54. "navigationBarTitleText": ""
  55. }
  56. },
  57. {
  58. "path": "order/ProcessCardOne",
  59. "style": {
  60. "navigationBarTitleText": ""
  61. }
  62. },
  63. {
  64. "path": "order/ProcessCardTo",
  65. "style": {
  66. "navigationBarTitleText": ""
  67. }
  68. },
  69. {
  70. "path": "order/ProcessCardThree",
  71. "style": {
  72. "navigationBarTitleText": ""
  73. }
  74. },
  75. {
  76. "path": "order/ProcessCardFour",
  77. "style": {
  78. "navigationBarTitleText": ""
  79. }
  80. },
  81. {
  82. "path": "order/memberList",
  83. "style": {
  84. "navigationBarTitleText": ""
  85. }
  86. },
  87. {
  88. "path": "order/ModifyMembers",
  89. "style": {
  90. "navigationBarTitleText": ""
  91. }
  92. },
  93. {
  94. "path": "order/Worknotice",
  95. "style": {
  96. "navigationBarTitleText": ""
  97. }
  98. },
  99. {
  100. "path": "order/ChangePassword",
  101. "style": {
  102. "navigationBarTitleText": ""
  103. }
  104. },
  105. {
  106. "path": "order/HelpCenter",
  107. "style": {
  108. "navigationBarTitleText": ""
  109. }
  110. },
  111. {
  112. "path": "order/PrivacyAgreement",
  113. "style": {
  114. "navigationBarTitleText": ""
  115. }
  116. }
  117. ]
  118. }],
  119. "globalStyle": {
  120. "navigationBarTextStyle": "black",
  121. "navigationBarTitleText": "酒店桌布",
  122. "navigationBarBackgroundColor": "#F8F8F8",
  123. "backgroundColor": "#F8F8F8",
  124. "navigationStyle": "custom"
  125. },
  126. "uniIdRouter": {}
  127. }