app.json 469 B

1234567891011121314151617181920
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/sonTopic/sonTopic",
  5. "pages/live/live",
  6. "pages/platform/index"
  7. ],
  8. "window": {
  9. "backgroundTextStyle": "light",
  10. "navigationBarBackgroundColor": "#20223b",
  11. "navigationBarTitleText": "陕西广电融媒体集团创新中心",
  12. "navigationBarTextStyle": "white",
  13. "navigationStyle": "default"
  14. },
  15. "style": "v2",
  16. "sitemapLocation": "sitemap.json",
  17. "useExtendedLib": {
  18. "weui": true
  19. }
  20. }