pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页"
  10. }
  11. },
  12. {
  13. "path": "pages/my-class/class",
  14. "style": {
  15. "navigationBarTitleText": "课程"
  16. }
  17. },
  18. {
  19. "path": "pages/course-table/course-table",
  20. "style": {
  21. "navigationBarTitleText": "选课表"
  22. }
  23. },
  24. {
  25. "path": "pages/my/my",
  26. "style": {
  27. "navigationBarTitleText": "我的"
  28. }
  29. },
  30. {
  31. "path": "pages/index/news-detial",
  32. "style": {
  33. }
  34. },
  35. {
  36. "path": "pages/my/order/my-order",
  37. "style": {
  38. "navigationBarTitleText": "我的订单"
  39. }
  40. },
  41. {
  42. "path": "pages/my/child/my-child",
  43. "style": {
  44. "navigationBarTitleText": "我的小孩"
  45. }
  46. },
  47. {
  48. "path": "pages/my/child/edit-child",
  49. "style": {
  50. }
  51. },
  52. {
  53. "path": "pages/my-class/course/course-detail",
  54. "style": {
  55. "navigationBarTitleText": "课程详情"
  56. }
  57. }
  58. ],
  59. "globalStyle": {
  60. "navigationBarTextStyle": "black",
  61. "navigationBarTitleText": "430课程",
  62. "navigationBarBackgroundColor": "#F8F8F8",
  63. "backgroundColor": "#F8F8F8"
  64. },
  65. "tabBar": {
  66. "list": [
  67. {
  68. "pagePath": "pages/index/index",
  69. "text": "首页",
  70. "selectedIconPath": "static/tabbar/tab_icon_kechegn_choose.png",
  71. "iconPath": "static/tabbar/tab_icon_kechegn_choose_no.png"
  72. },
  73. {
  74. "pagePath": "pages/my-class/class",
  75. "text": "课程",
  76. "selectedIconPath": "static/tabbar/tab_icon_mykecheng_choose1.png",
  77. "iconPath": "static/tabbar/tab_icon_mykecheng_no.png"
  78. },
  79. {
  80. "pagePath": "pages/course-table/course-table",
  81. "text": "选课表",
  82. "selectedIconPath": "static/tabbar/tab_icon_choose.png",
  83. "iconPath": "static/tabbar/tab_icon_choose_no.png"
  84. },
  85. {
  86. "pagePath": "pages/my/my",
  87. "text": "我",
  88. "selectedIconPath": "static/tabbar/tab_icon_my.png",
  89. "iconPath": "static/tabbar/tab_icon_my_no.png"
  90. }
  91. ],
  92. "color": "#707070",
  93. "selectedColor": "#0084ff",
  94. "backgroundColor": "#fff"
  95. }
  96. }