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

46 lines
744 B

10 months 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. "globalStyle": {
  39. "navigationBarTextStyle": "black",
  40. "navigationBarTitleText": "酒店桌布",
  41. "navigationBarBackgroundColor": "#F8F8F8",
  42. "backgroundColor": "#F8F8F8",
  43. "navigationStyle": "custom"
  44. },
  45. "uniIdRouter": {}
  46. }