app.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/index",
  5. "pages/scheduling/index",
  6. "pages/activity/index",
  7. "pages/activity/add",
  8. "pages/activity/history",
  9. "pages/activity/success",
  10. "pages/activity/details",
  11. "pages/activity/details_list",
  12. "pages/scheduling/add",
  13. "pages/index/realname",
  14. "pages/student/index_new",
  15. "pages/student/details",
  16. "pages/mine/index",
  17. "pages/mine/record",
  18. "pages/mine/notice",
  19. "pages/mine/change_pwd",
  20. "pages/mine/liuyan",
  21. "pages/mine/shuangchuang",
  22. "pages/mine/shuangchuang_detail",
  23. "pages/wenjuan/wenjuan"
  24. ],
  25. "subPackages": [],
  26. "window": {
  27. "navigationBarTextStyle": "black",
  28. "navigationBarTitleText": "智慧导师预约系统",
  29. "navigationBarBackgroundColor": "#FFFFFF",
  30. "backgroundColor": "#FFFFFF"
  31. },
  32. "tabBar": {
  33. "color": "#909399",
  34. "selectedColor": "#303133",
  35. "backgroundColor": "#FFFFFF",
  36. "borderStyle": "black",
  37. "navigationStyle": "custom",
  38. "list": [
  39. {
  40. "pagePath": "pages/index/index",
  41. "iconPath": "static/images/home.png",
  42. "selectedIconPath": "static/images/home-fill.png",
  43. "text": "首页"
  44. },
  45. {
  46. "pagePath": "pages/scheduling/index",
  47. "iconPath": "static/images/scheduling.png",
  48. "selectedIconPath": "static/images/scheduling-fill.png",
  49. "text": "工作"
  50. },
  51. {
  52. "pagePath": "pages/student/index_new",
  53. "iconPath": "static/images/student.png",
  54. "selectedIconPath": "static/images/student-fill.png",
  55. "text": "学生"
  56. },
  57. {
  58. "pagePath": "pages/activity/index",
  59. "iconPath": "static/images/active.png",
  60. "selectedIconPath": "static/images/active-fill.png",
  61. "text": "活动"
  62. },
  63. {
  64. "pagePath": "pages/mine/index",
  65. "iconPath": "static/images/mine.png",
  66. "selectedIconPath": "static/images/mine-fill.png",
  67. "text": "我的"
  68. }
  69. ]
  70. },
  71. "usingComponents": {
  72. "dropdown": "/components/dt-dropdown/dt-dropdown"
  73. },
  74. "sitemapLocation": "sitemap.json"
  75. }