特易招,招聘小程序
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.

74 lines
1.2 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. },
  8. {
  9. "path": "pages/index/consult",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/index/keepAccounts",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. },
  20. {
  21. "path": "pages/index/center",
  22. "style": {
  23. "navigationBarTitleText": ""
  24. }
  25. }
  26. ],
  27. "preloadRule": {
  28. "pages/index/index": {
  29. "network": "all",
  30. "packages": ["pages_order"]
  31. }
  32. },
  33. "subPackages": [{
  34. "root": "pages_order",
  35. "pages": [{
  36. "path": "order/orderDetail"
  37. },
  38. {
  39. "path": "mine/purse"
  40. },
  41. {
  42. "path": "mine/runningWater"
  43. },
  44. {
  45. "path": "mine/address"
  46. },
  47. {
  48. "path": "product/productDetail"
  49. },
  50. {
  51. "path": "order/refundsOrExchange"
  52. },
  53. {
  54. "path": "auth/wxLogin"
  55. },
  56. {
  57. "path": "auth/wxUserInfo"
  58. },
  59. {
  60. "path": "auth/loginAndRegisterAndForgetPassword"
  61. },
  62. {
  63. "path": "mine/help"
  64. }
  65. ]
  66. }],
  67. "globalStyle": {
  68. "navigationBarTextStyle": "black",
  69. "navigationBarTitleText": "酒店桌布",
  70. "navigationBarBackgroundColor": "#F8F8F8",
  71. "backgroundColor": "#F8F8F8",
  72. "navigationStyle": "custom"
  73. },
  74. "uniIdRouter": {}
  75. }