1234567891011121314151617181920212223242526272829 |
- {
- "pages": [
- "pages/channelRanking/index",
- "pages/channelAdvertising/index",
- "pages/industryAdvertising/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "陕西广电融媒体集团创新中心",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "custom": true,
- "position": "top",
- "list": [
- {
- "pagePath": "pages/channelRanking/index"
- },
- {
- "pagePath": "pages/channelAdvertising/index"
- },
- {
- "pagePath": "pages/industryAdvertising/index"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|