知识付费微信小程序
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.

27 lines
548 B

8 months ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/contentDetail/contentDetail",
  5. "style" :
  6. {
  7. "navigationBarTitleText" : ""
  8. }
  9. },
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "",
  14. "navigationStyle": "custom"
  15. }
  16. }
  17. ],
  18. "globalStyle": {
  19. "navigationBarTextStyle": "black",
  20. "navigationBarTitleText": "",
  21. "navigationBarBackgroundColor": "#000",
  22. "backgroundColor": "#000"
  23. },
  24. "uniIdRouter": {}
  25. }