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

134 lines
2.1 KiB

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