app.json 400 B

12345678910111213141516171819
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/login/login",
  5. "pages/index/index",
  6. "pages/logs/logs"
  7. ],
  8. "window": {
  9. "backgroundTextStyle": "light",
  10. "navigationBarBackgroundColor": "#ffffff",
  11. "navigationBarTitleText": "数据采集",
  12. "navigationBarTextStyle": "black"
  13. },
  14. "style": "v2",
  15. "sitemapLocation": "sitemap.json",
  16. "useExtendedLib": {
  17. "weui": true
  18. }
  19. }