app.json 917 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/social/works/works",
  5. "pages/social/insideMessage/insideMessage",
  6. "pages/social/replyDetail/replyDetail",
  7. "pages/social/littleFlower/littleFlower",
  8. "pages/social/prize/prize",
  9. "pages/main/class/class",
  10. "pages/main/books/books",
  11. "pages/main/week/week",
  12. "pages/main/reading/reading",
  13. "pages/main/searchResult/searchResult",
  14. "pages/user/myEdit/myEdit",
  15. "pages/user/myconcern/myconcern",
  16. "pages/user/myWallet/myWallet",
  17. "pages/user/mycourse/mycourse",
  18. "pages/user/myread/myread",
  19. "pages/user/mycollection/mycollection",
  20. "pages/user/walletDetails/walletDetails",
  21. "pages/user/myworks/myworks",
  22. "pages/vipPage/vip/vip",
  23. "pages/vipPage/vipCode/vipCode",
  24. "pages/vipPage/wechat/wechat"
  25. ],
  26. "window": {
  27. "navigationStyle": "custom"
  28. },
  29. "debug": false,
  30. "sitemapLocation": "sitemap.json"
  31. }