帧视界壹通告,付费看视频的微信小程序
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.

32 lines
554 B

11 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "unapp模板"
  7. }
  8. },
  9. {
  10. "path" : "pages/index/publish",
  11. "style" :
  12. {
  13. "navigationBarTitleText" : ""
  14. }
  15. },
  16. {
  17. "path" : "pages/index/center",
  18. "style" :
  19. {
  20. "navigationBarTitleText" : ""
  21. }
  22. }
  23. ],
  24. "globalStyle": {
  25. "navigationBarTextStyle": "black",
  26. "navigationBarTitleText": "unapp模板",
  27. "navigationBarBackgroundColor": "#F8F8F8",
  28. "backgroundColor": "#F8F8F8",
  29. "navigationStyle": "custom"
  30. },
  31. "uniIdRouter": {}
  32. }