酒店桌布为微信小程序
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.

56 lines
864 B

1 year ago
1 year ago
1 year ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path" : "pages/index/order",
  11. "style" :
  12. {
  13. "navigationBarTitleText" : ""
  14. }
  15. },
  16. {
  17. "path" : "pages/index/category",
  18. "style" :
  19. {
  20. "navigationBarTitleText" : ""
  21. }
  22. },
  23. {
  24. "path" : "pages/index/center",
  25. "style" :
  26. {
  27. "navigationBarTitleText" : ""
  28. }
  29. },
  30. {
  31. "path" : "pages/index/cart",
  32. "style" :
  33. {
  34. "navigationBarTitleText" : ""
  35. }
  36. }
  37. ],
  38. "subPackages": [
  39. {
  40. "root": "pages_order",
  41. "pages": [
  42. {
  43. "path": "order/orderDetail"
  44. }
  45. ]
  46. }
  47. ],
  48. "globalStyle": {
  49. "navigationBarTextStyle": "black",
  50. "navigationBarTitleText": "酒店桌布",
  51. "navigationBarBackgroundColor": "#F8F8F8",
  52. "backgroundColor": "#F8F8F8",
  53. "navigationStyle": "custom"
  54. },
  55. "uniIdRouter": {}
  56. }