123456789101112131415161718192021222324 |
- {
- "pages":[
- "pages/index/index",
- "pages/logs/logs",
- "pages/releaseModule/index",
- "pages/myModule/index",
- "pages/msgModule/index"
- ],
- "usingComponents": {
- "tabBar": "/components/tabbar/tabbar"
- },
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "业务交流通",
- "navigationBarTextStyle":"black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "useExtendedLib": {
- "kbone": true,
- "weui": true
- }
- }
|