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

20 lines
422 B

9 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. "globalStyle": {
  12. "navigationBarTextStyle": "black",
  13. "navigationBarTitleText": "",
  14. "navigationBarBackgroundColor": "#000",
  15. "backgroundColor": "#000"
  16. },
  17. "uniIdRouter": {}
  18. }