pages.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. {
  2. "easycom": {
  3. // 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
  4. // 下载安装方式
  5. // "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  6. // npm安装方式
  7. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  8. },
  9. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages.
  10. {
  11. "path":"pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "大卫博士创业实训营"
  14. }
  15. },
  16. {
  17. "path": "pages/index/index",
  18. "style": {
  19. "navigationBarTitleText": "大卫博士创业实训营",
  20. "enablePullDownRefresh": true
  21. }
  22. },
  23. {
  24. "path": "pages/agent_sign_in/agent_sign_in",
  25. "style": {
  26. "navigationBarTitleText": "代理签到"
  27. }
  28. },
  29. {
  30. "path": "pages/sign_manage/sign_manage",
  31. "style": {
  32. "navigationBarTitleText": "签到管理"
  33. }
  34. },
  35. {
  36. "path": "pages/photo_classify/photo_classify",
  37. "style": {
  38. "navigationBarTitleText": "相册-分类"
  39. }
  40. },
  41. {
  42. "path": "pages/sign_up_info/sign_up_info",
  43. "style": {
  44. "navigationBarTitleText": "报名信息"
  45. }
  46. },
  47. {
  48. "path": "pages/sign_up/sign_up",
  49. "style": {
  50. "navigationBarTitleText": "实战营报名"
  51. }
  52. },
  53. {
  54. "path": "pages/photo_album/photo_album",
  55. "style": {
  56. "navigationBarTitleText": "相册",
  57. "enablePullDownRefresh": true,
  58. "backgroundTextStyle": "dark"
  59. }
  60. },
  61. {
  62. "path": "pages/sign_up_list/sign_up_list",
  63. "style": {
  64. "navigationBarTitleText": "报名管理"
  65. }
  66. },
  67. {
  68. "path": "pages/msg_board/msg_board",
  69. "style": {
  70. "navigationBarTitleText": "留言板"
  71. }
  72. },
  73. {
  74. "path": "pages/note_pad/note_pad",
  75. "style": {
  76. "navigationBarTitleText": "便签",
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "pages/mine/mine",
  82. "style": {
  83. "navigationBarTitleText": "我的",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/sign_in/sign_in",
  89. "style": {
  90. "navigationBarTitleText": "签到"
  91. }
  92. },
  93. {
  94. "path": "pages/search/search",
  95. "style": {
  96. "navigationBarTitleText": "查找"
  97. }
  98. },
  99. {
  100. "path": "pages/statistics/statistics",
  101. "style": {
  102. "navigationStyle": "custom",
  103. "enablePullDownRefresh": true,
  104. "backgroundTextStyle": "dark"
  105. }
  106. },
  107. {
  108. "path": "pages/note_detail/note_detail",
  109. "style": {
  110. "navigationBarTitleText": "便签详情",
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "pages/add_note/add_note",
  116. "style": {
  117. "navigationBarTitleText": "书写便签",
  118. "navigationBarBackgroundColor": "#F44545",
  119. "navigationBarTextStyle": "white"
  120. }
  121. },
  122. {
  123. "path": "pages/identity/identity",
  124. "style": {
  125. "navigationBarTitleText": "身份徽章",
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "pages/sign_in_code/sign_in_code",
  131. "style": {
  132. "navigationBarTitleText": "签到码"
  133. }
  134. },
  135. {
  136. "path": "pages/written_off/written_off",
  137. "style": {
  138. "navigationBarTitleText": "已签到"
  139. }
  140. },
  141. {
  142. "path": "pages/sign_in_voucher/sign_in_voucher",
  143. "style": {
  144. "navigationBarTitleText": "签到凭证"
  145. }
  146. },
  147. {
  148. "path": "pages/sign_up_detail/sign_up_detail",
  149. "style": {
  150. "navigationBarTitleText": "报名详情"
  151. }
  152. },
  153. {
  154. "path": "pages/sign_up_voucher/sign_up_voucher",
  155. "style": {
  156. "navigationBarTitleText": "报名凭证"
  157. }
  158. },
  159. {
  160. "path": "pages/military_order/military_order",
  161. "style": {
  162. "navigationBarTitleText": "军令状"
  163. }
  164. },
  165. {
  166. "path": "pages/sign_up_suce/sign_up_suce",
  167. "style": {
  168. "navigationBarTitleText": "报名成功"
  169. }
  170. },
  171. {
  172. "path": "pages/course_intr/course_intr",
  173. "style": {
  174. "navigationBarTitleText": "课程介绍"
  175. }
  176. },
  177. {
  178. "path": "pages/sign_up_history/sign_up_history",
  179. "style": {
  180. "navigationBarTitleText": "报名历史"
  181. }
  182. },
  183. {
  184. "path": "pages/my_collect/my_collect",
  185. "style": {
  186. "navigationBarTitleText": "我的收藏"
  187. }
  188. },
  189. {
  190. "path": "pages/my_bill/my_bill",
  191. "style": {
  192. "navigationBarTitleText": "我的账单"
  193. }
  194. },
  195. {
  196. "path": "pages/personal_info/personal_info",
  197. "style": {
  198. "navigationBarTitleText": "个人信息"
  199. }
  200. },
  201. {
  202. "path": "pages/video_detail/video_detail",
  203. "style": {}
  204. },
  205. {
  206. "path": "pages/photos/photos",
  207. "style": {}
  208. }
  209. , {
  210. "path": "pages/message/message",
  211. "style": {
  212. "navigationBarTitleText": "写留言"
  213. }
  214. }
  215. ],
  216. "tabBar": {
  217. "color": "#333",
  218. "selectedColor": "#EA4A41",
  219. "list": [{
  220. "pagePath": "pages/index/index",
  221. "iconPath": "static/imgs/index.png",
  222. "selectedIconPath": "static/imgs/index_active.png",
  223. "text": "首页"
  224. },
  225. {
  226. "pagePath": "pages/photo_album/photo_album",
  227. "iconPath": "static/imgs/photo_album.png",
  228. "selectedIconPath": "static/imgs/photo_album_active.png",
  229. "text": "相册"
  230. },
  231. {
  232. "pagePath": "pages/mine/mine",
  233. "iconPath": "static/imgs/mine.png",
  234. "selectedIconPath": "static/imgs/mine_active.png",
  235. "text": "我的"
  236. }
  237. ]
  238. },
  239. "globalStyle": {
  240. "navigationBarTextStyle": "black",
  241. "navigationBarTitleText": "uni-app",
  242. "navigationBarBackgroundColor": "#fff",
  243. "backgroundColor": "#F8F8F8"
  244. }
  245. }