app.json 565 B

12345678910111213141516171819202122232425
  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": true,
  14. "position": "top",
  15. "list": [
  16. {
  17. "pagePath": "pages/channelAdvertising/index"
  18. },
  19. {
  20. "pagePath": "pages/industryAdvertising/index"
  21. }
  22. ]
  23. },
  24. "sitemapLocation": "sitemap.json"
  25. }