app.json 686 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "pages": [
  3. "pages/channelAdvertising/index",
  4. "pages/industryAdvertising/index"
  5. ],
  6. "window": {
  7. "backgroundTextStyle": "light",
  8. "navigationBarBackgroundColor": "#fff",
  9. "navigationBarTitleText": "陕西广电融媒体集团创新中心",
  10. "navigationBarTextStyle": "black"
  11. },
  12. "tabBar": {
  13. "custom": false,
  14. "color": "#646566",
  15. "selectedColor": "#1989fa",
  16. "position": "top",
  17. "list": [
  18. {
  19. "pagePath": "pages/channelAdvertising/index",
  20. "text": "频道广告"
  21. },
  22. {
  23. "pagePath": "pages/industryAdvertising/index",
  24. "text": "行业广告"
  25. }
  26. ]
  27. },
  28. "sitemapLocation": "sitemap.json"
  29. }