pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "云帆视界"
  10. }
  11. },
  12. {
  13. "path": "pages/mine/personal",
  14. "style": {
  15. "navigationBarTitleText": "人员管理"
  16. }
  17. },
  18. {
  19. "path": "pages/mine/personalDetail",
  20. "style": {
  21. "navigationBarTitleText": "人员管理"
  22. }
  23. },
  24. {
  25. "path": "pages/mine/myOrder" //我的预约
  26. },
  27. {
  28. "path": "pages/order/order1" //预约界面
  29. },
  30. {
  31. "path":"pages/order/orderNews1"
  32. },
  33. {
  34. "path": "pages/order/orderResult1" //预约成功界面
  35. },
  36. {
  37. "path": "pages/index/phone" //手机号授权
  38. },
  39. {
  40. "path": "pages/analysis/more" //我的预约
  41. },
  42. {
  43. "path": "pages/analysis/studentMore" //我的预约
  44. },
  45. {
  46. "path": "pages/mine/orderDetail" //预约详情
  47. },
  48. {
  49. "path": "pages/index/authorize" //用户授权界面
  50. },
  51. {
  52. "path": "pages/index/clause" //条款界面
  53. },
  54. {
  55. "path": "pages/order/orderNews" //预约详情界面
  56. },
  57. {
  58. "path": "pages/order/orderResult" //预约结果界面
  59. },
  60. {
  61. "path": "pages/order/order" //预约界面
  62. },
  63. {
  64. "path": "pages/mine/mine", //我的界面
  65. "style": {
  66. // "navigationBarTitleText": "uni-app",
  67. "enablePullDownRefresh": true
  68. }
  69. },
  70. {
  71. "path": "pages/mine/coupon" //优惠券
  72. },
  73. {
  74. "path": "pages/mine/message" //消息通知
  75. },
  76. {
  77. "path": "pages/mine/noticeDtail" //消息通知
  78. },
  79. {
  80. "path": "pages/mine/about" //关于我们
  81. },
  82. {
  83. "path": "pages/mine/bindBase" //基本信息绑定
  84. },
  85. {
  86. "path": "pages/mine/bindPhone" //手机号绑定
  87. },
  88. {
  89. "path": "pages/mine/students" //意向学员
  90. },
  91. {
  92. "path": "pages/mine/addStudent" ,//意向学员
  93. "style":{
  94. "navigationBarTitleText": "新增意向学员"
  95. }
  96. },
  97. //运营分析
  98. {
  99. "path": "pages/analysis/index",
  100. "style": {
  101. "navigationBarTitleText": "云帆视界"
  102. }
  103. },
  104. {
  105. "path": "pages/analysis/analysis",
  106. "style": {
  107. "navigationBarTitleText": "经营分析"
  108. }
  109. },
  110. {
  111. "path": "pages/analysis/studentDetail",
  112. "style": {
  113. "navigationBarTitleText": "学员管理"
  114. }
  115. },
  116. {
  117. "path": "pages/analysis/student",
  118. "style": {
  119. "navigationBarTitleText": "学员管理"
  120. }
  121. },
  122. {
  123. "path": "pages/analysis/collectionDetail",
  124. "style": {
  125. "navigationBarTitleText": "收款记录"//收款记录详情
  126. }
  127. },
  128. {
  129. "path": "pages/analysis/collection",
  130. "style": {
  131. "navigationBarTitleText": "收款记录"
  132. }
  133. },
  134. {
  135. "path": "pages/analysis/collectionMore",
  136. "style": {
  137. "navigationBarTitleText": "累计收款"
  138. }
  139. },
  140. {
  141. "path": "pages/analysis/orderList",
  142. "style": {
  143. "navigationBarTitleText": "预约记录"
  144. }
  145. }
  146. // {
  147. // "path": "pages/analysis/mine",
  148. // "style": {
  149. // "navigationBarTitleText": "我的"
  150. // }
  151. // }
  152. // {
  153. // "path": "pages/mine/personal"//个人信息界面
  154. // }
  155. ],
  156. "globalStyle": {
  157. "navigationBarTextStyle": "white",
  158. "navigationBarTitleText": "云帆视界",
  159. "navigationBarBackgroundColor": "#605CFF",
  160. "backgroundColor": "#F8F8F8"
  161. },
  162. "tabBar": {
  163. // "iconWidth":"1px",
  164. // "fontSize":"26px",
  165. "selectedColor": "#605CFF",
  166. "list": [{
  167. "pagePath": "pages/index/index",
  168. "text": "首页",
  169. "iconPath": "static/index.png",
  170. "selectedIconPath": "static/index-full.png"
  171. },
  172. {
  173. "pagePath": "pages/order/order1",
  174. "text": "预约",
  175. "iconPath": "static/order.png",
  176. "selectedIconPath": "./static/order-full.png"
  177. },
  178. {
  179. "pagePath": "pages/mine/mine",
  180. "text": "我的",
  181. "iconPath": "static/mine.png",
  182. "selectedIconPath": "static/mine-full.png"
  183. }
  184. ]
  185. }
  186. }