app.json 418 B

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