app.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/news/index",
  5. "pages/user/index",
  6. "pages/login/index"
  7. ],
  8. "subPackages": [
  9. {
  10. "root": "pagesClass",
  11. "pages": [
  12. "extraLessonsForm",
  13. "extraLessonsStudentList",
  14. "classList",
  15. "addClassForm",
  16. "updateClassForm",
  17. "classDetail",
  18. "courseForm",
  19. "signForm",
  20. "signStudentList",
  21. "timetable"
  22. ]
  23. },
  24. {
  25. "root": "pagesMain",
  26. "pages": [
  27. "coachReply",
  28. "evaluateList",
  29. "evaluateDetail",
  30. "extraLessonsList",
  31. "leaveLessonsList",
  32. "ratioRank",
  33. "renewList",
  34. "signList",
  35. "studentInfo",
  36. "communicateForm"
  37. ]
  38. }
  39. ],
  40. "window": {
  41. "navigationStyle": "default",
  42. "navigationBarTextStyle": "black",
  43. "navigationBarTitleText": "星火纵横销售端",
  44. "navigationBarBackgroundColor": "#ffffff",
  45. "backgroundColor": "#F8F8F8"
  46. },
  47. "tabBar": {
  48. "borderStyle": "black",
  49. "backgroundColor": "#fff",
  50. "color": "#9A9A9A",
  51. "selectedColor": "#666666",
  52. "list": [
  53. {
  54. "pagePath": "pages/index/index",
  55. "iconPath": "static/images/icon-index.png",
  56. "selectedIconPath": "static/images/icon-index-active.png",
  57. "text": "首页"
  58. },
  59. {
  60. "pagePath": "pages/news/index",
  61. "iconPath": "static/images/icon-news.png",
  62. "selectedIconPath": "static/images/icon-news-active.png",
  63. "text": "消息"
  64. },
  65. {
  66. "pagePath": "pages/user/index",
  67. "iconPath": "static/images/icon-mine.png",
  68. "selectedIconPath": "static/images/icon-mine-active.png",
  69. "text": "个人"
  70. }
  71. ]
  72. },
  73. "runmode": "liberate",
  74. "permission": {
  75. "scope.userLocation": {
  76. "desc": "获取当前区域定位以选取附近场馆"
  77. }
  78. },
  79. "usingComponents": {},
  80. "sitemapLocation": "sitemap.json"
  81. }