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

106 lines
1.6 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationBarTextStyle": "white"
  8. }
  9. },
  10. {
  11. "path": "pages/index/center",
  12. "style": {
  13. "navigationBarTitleText": ""
  14. }
  15. }
  16. ],
  17. "preloadRule": {
  18. "pages/index/index": {
  19. "network": "all",
  20. "packages": ["pages_order"]
  21. }
  22. },
  23. "subPackages": [{
  24. "root": "pages_order",
  25. "pages": [
  26. {
  27. "path": "auth/wxLogin"
  28. },
  29. {
  30. "path": "auth/wxUserInfo"
  31. },
  32. {
  33. "path": "auth/loginAndRegisterAndForgetPassword"
  34. },
  35. {
  36. "path": "mine/help"
  37. },
  38. {
  39. "path" : "order/WorkOrders"
  40. },
  41. {
  42. "path" : "order/ModifyWorkOrder",
  43. "style" :
  44. {
  45. "navigationBarTitleText" : ""
  46. }
  47. },
  48. {
  49. "path" : "order/FavoriteList",
  50. "style" :
  51. {
  52. "navigationBarTitleText" : ""
  53. }
  54. },
  55. {
  56. "path" : "order/WorkOrderList",
  57. "style" :
  58. {
  59. "navigationBarTitleText" : ""
  60. }
  61. },
  62. {
  63. "path" : "order/ProcessCardOne",
  64. "style" :
  65. {
  66. "navigationBarTitleText" : ""
  67. }
  68. },
  69. {
  70. "path" : "order/ProcessCardTo",
  71. "style" :
  72. {
  73. "navigationBarTitleText" : ""
  74. }
  75. },
  76. {
  77. "path" : "order/ProcessCardThree",
  78. "style" :
  79. {
  80. "navigationBarTitleText" : ""
  81. }
  82. },
  83. {
  84. "path" : "order/ProcessCardFour",
  85. "style" :
  86. {
  87. "navigationBarTitleText" : ""
  88. }
  89. }
  90. ]
  91. }],
  92. "globalStyle": {
  93. "navigationBarTextStyle": "black",
  94. "navigationBarTitleText": "酒店桌布",
  95. "navigationBarBackgroundColor": "#F8F8F8",
  96. "backgroundColor": "#F8F8F8",
  97. "navigationStyle": "custom"
  98. },
  99. "uniIdRouter": {}
  100. }