业务交流通
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.json 510B

1234567891011121314151617181920212223
  1. {
  2. "pages":[
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/releaseModule/index",
  6. "pages/myModule/index",
  7. "pages/msgModule/index"
  8. ],
  9. "usingComponents": {
  10. "tabBar": "/components/tabbar/tabbar"
  11. },
  12. "window":{
  13. "backgroundTextStyle":"light",
  14. "navigationBarBackgroundColor": "#fff",
  15. "navigationBarTitleText": "业务交流通",
  16. "navigationBarTextStyle":"black"
  17. },
  18. "sitemapLocation": "sitemap.json",
  19. "useExtendedLib": {
  20. "kbone": true,
  21. "weui": true
  22. }
  23. }