1234567891011121314151617181920212223242526272829 |
- {
- "pages": [
- "pages/channelAdvertising/index",
- "pages/industryAdvertising/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "陕西广电融媒体集团创新中心",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "custom": false,
- "color": "#646566",
- "selectedColor": "#1989fa",
- "position": "top",
- "list": [
- {
- "pagePath": "pages/channelAdvertising/index",
- "text": "频道广告"
- },
- {
- "pagePath": "pages/industryAdvertising/index",
- "text": "行业广告"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|