app.json 584 B

1234567891011121314151617181920
  1. {
  2. "pages": [
  3. "pages/teacherList/teacherList",
  4. "pages/stuNeed/stuNeed",
  5. "pages/teachDetail/teachDetail",
  6. "pages/coursePublish/coursePublish",
  7. "pages/teachAuthentication/teachAuthentication",
  8. "pages/myInfo/myInfo",
  9. "pages/login/login",
  10. "pages/index/index"
  11. ],
  12. "window": {
  13. "backgroundTextStyle": "light",
  14. "navigationBarBackgroundColor": "#fff",
  15. "navigationBarTitleText": "Weixin",
  16. "navigationBarTextStyle": "black"
  17. },
  18. "style": "v2",
  19. "sitemapLocation": "sitemap.json"
  20. }