app.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/class/gift",
  5. "pages/class/detail",
  6. "pages/class/shoppingCart",
  7. "pages/class/bindPhone",
  8. "pages/order/index",
  9. "pages/myStudents/myStudents",
  10. "pages/studentcenter/index",
  11. "pages/studentcenter/operation",
  12. "pages/studentcenter/signIn",
  13. "pages/studentcenter/classVideo",
  14. "pages/studentcenter/works",
  15. "pages/studentcenter/evaluate",
  16. "pages/studentcenter/absent",
  17. "pages/mine/mine",
  18. "pages/mine/parents",
  19. "pages/mine/teachers",
  20. "pages/mine/institution",
  21. "pages/mine/setting",
  22. "pages/mine/changePhone",
  23. "pages/mine/message",
  24. "pages/mine/onlineService",
  25. "pages/login/index",
  26. "pages/agreement/index"
  27. ],
  28. "subPackages": [],
  29. "window": {
  30. "navigationBarBackgroundColor": "#FFFFFF",
  31. "navigationBarTitleText": "1212",
  32. "navigationStyle": "custom",
  33. "navigationBarTextStyle": "black",
  34. "animationType": "slide-out-right"
  35. },
  36. "tabBar": {
  37. "custom": true,
  38. "color": "#707070",
  39. "selectedColor": "#3390F5",
  40. "borderStyle": "black",
  41. "backgroundColor": "#ffffff",
  42. "list": [
  43. {
  44. "pagePath": "pages/index/index",
  45. "iconPath": "/static/imgs/tabbar/xk1.png",
  46. "selectedIconPath": "/static/imgs/tabbar/xk.png",
  47. "text": "选课"
  48. },
  49. {
  50. "pagePath": "pages/studentcenter/index",
  51. "iconPath": "/static/imgs/tabbar/xszx1.png",
  52. "selectedIconPath": "/static/imgs/tabbar/xszx.png",
  53. "text": "学生中心"
  54. },
  55. {
  56. "pagePath": "pages/mine/mine",
  57. "iconPath": "/static/imgs/tabbar/wd1.png",
  58. "selectedIconPath": "/static/imgs/tabbar/wd.png",
  59. "text": "我的"
  60. }
  61. ]
  62. },
  63. "usingComponents": {
  64. "cu-custom": "/components/cu-custom",
  65. "page-loading": "/components/page-loading",
  66. "mp-tabbar": "/components/mp-tabbar",
  67. "float-tab": "/components/float-tab"
  68. },
  69. "sitemapLocation": "sitemap.json"
  70. }