推广小程序前端代码
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.

77 lines
1.4 KiB

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