pages.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "中正云学堂",
  7. "enablePullDownRefresh": true,
  8. "onReachBottomDistance": 50,
  9. "app-plus": {
  10. "titleNView": false //禁用原生导航栏
  11. },
  12. "navigationStyle": "custom", // 隐藏系统导航栏
  13. "navigationBarTextStyle": "white"
  14. }
  15. }, {
  16. "path": "pages/wd/index",
  17. "style": {
  18. "navigationBarTitleText": "我的",
  19. "app-plus": {
  20. "titleNView": false //禁用原生导航栏
  21. }
  22. }
  23. }, {
  24. "path": "pages/login/login",
  25. "style": {
  26. "navigationBarTitleText": "登录页",
  27. "navigationBarBackgroundColor": "#0386FD",
  28. "navigationBarTextStyle": "white",
  29. "navigationStyle": "custom", // 隐藏系统导航栏
  30. "app-plus": {
  31. "titleNView": false, //禁用原生导航栏
  32. "bounce": "none"
  33. }
  34. }
  35. }
  36. ],
  37. "subPackages": [{
  38. "root": "pages2",
  39. "pages": [{
  40. "path": "plan/detail",
  41. "style": {
  42. "navigationBarTitleText": "学习计划",
  43. "app-plus": {
  44. "titleNView": false, //禁用原生导航栏
  45. "bounce": "none"
  46. }
  47. }
  48. }, {
  49. "path": "index/search",
  50. "style": {
  51. "navigationBarTitleText": "搜索",
  52. "app-plus": {
  53. "titleNView": false, //禁用原生导航栏
  54. "bounce": "none"
  55. }
  56. }
  57. }, {
  58. "path": "course/detail",
  59. "style": {
  60. "navigationBarTitleText": "课程详情",
  61. "app-plus": {
  62. "titleNView": false //禁用原生导航栏
  63. },
  64. "mp-weixin": {
  65. "usingComponents": {
  66. "polyv-player": "plugin://polyv-player/player"
  67. }
  68. }
  69. }
  70. }, {
  71. "path": "wd/info",
  72. "style": {
  73. "navigationBarTitleText": "基本信息",
  74. "app-plus": {
  75. "titleNView": false, //禁用原生导航栏
  76. "bounce": "none"
  77. }
  78. }
  79. }, {
  80. "path": "wd/menu",
  81. "style": {
  82. "navigationBarTitleText": "基本资料",
  83. "app-plus": {
  84. "titleNView": false, //禁用原生导航栏
  85. "bounce": "none"
  86. }
  87. }
  88. }, {
  89. "path": "wd/edu_info",
  90. "style": {
  91. "navigationBarTitleText": "教育信息",
  92. "app-plus": {
  93. "titleNView": false, //禁用原生导航栏
  94. "bounce": "none"
  95. }
  96. }
  97. }, {
  98. "path": "study/index",
  99. "style": {
  100. "navigationBarTitleText": "我的学习",
  101. "app-plus": {
  102. "titleNView": false, //禁用原生导航栏
  103. "bounce": "none"
  104. }
  105. }
  106. }, {
  107. "path": "wd/collect",
  108. "style": {
  109. "navigationBarTitleText": "我的收藏",
  110. "app-plus": {
  111. "titleNView": false, //禁用原生导航栏
  112. "bounce": "none"
  113. }
  114. }
  115. }, {
  116. "path": "wd/ranking",
  117. "style": {
  118. "navigationBarTitleText": "排行榜",
  119. "navigationBarBackgroundColor": "#0386FD",
  120. "navigationBarTextStyle": "white",
  121. "app-plus": {
  122. "titleNView": false, //禁用原生导航栏
  123. "bounce": "none"
  124. }
  125. }
  126. }, {
  127. "path": "wd/avatar",
  128. "style": {
  129. "navigationBarTitleText": "头像昵称",
  130. "app-plus": {
  131. "titleNView": false, //禁用原生导航栏
  132. "bounce": "none"
  133. }
  134. }
  135. }, {
  136. "path": "wd/level",
  137. "style": {
  138. "navigationBarTitleText": "我的等级",
  139. "app-plus": {
  140. "titleNView": false, //禁用原生导航栏
  141. "bounce": "none"
  142. }
  143. }
  144. }, {
  145. "path": "wd/help",
  146. "style": {
  147. "navigationBarTitleText": "助学活动",
  148. "navigationBarTextStyle": "white",
  149. "navigationStyle": "custom", // 隐藏系统导航栏
  150. "app-plus": {
  151. "titleNView": false, //禁用原生导航栏
  152. "bounce": "none"
  153. }
  154. }
  155. }, {
  156. "path": "wd/coupon",
  157. "style": {
  158. "navigationBarTitleText": "优惠券",
  159. "app-plus": {
  160. "titleNView": false, //禁用原生导航栏
  161. "bounce": "none"
  162. }
  163. }
  164. }, {
  165. "path": "course/keynote",
  166. "style": {
  167. "navigationBarTitleText": "重点考点详情",
  168. "app-plus": {
  169. "titleNView": false, //禁用原生导航栏
  170. "bounce": "none"
  171. }
  172. }
  173. }, {
  174. "path": "course/read",
  175. "style": {
  176. "navigationBarTitleText": "阅读",
  177. "app-plus": {
  178. "titleNView": false, //禁用原生导航栏
  179. "bounce": "none"
  180. }
  181. }
  182. }, {
  183. "path": "bank/detail",
  184. "style": {
  185. "navigationBarTitleText": "题库详情",
  186. "app-plus": {
  187. "titleNView": false, //禁用原生导航栏
  188. "bounce": "none"
  189. }
  190. }
  191. }, {
  192. "path": "bank/question",
  193. "style": {
  194. "navigationBarTitleText": "错题集",
  195. "app-plus": {
  196. "titleNView": false, //禁用原生导航栏
  197. "bounce": "none"
  198. }
  199. }
  200. }, {
  201. "path": "wd/enroll",
  202. "style": {
  203. "navigationBarTitleText": "考试报名",
  204. "app-plus": {
  205. "titleNView": false, //禁用原生导航栏
  206. "bounce": "none"
  207. }
  208. }
  209. }, {
  210. "path": "plan/edit",
  211. "style": {
  212. "navigationBarTitleText": "修改计划",
  213. "app-plus": {
  214. "titleNView": false, //禁用原生导航栏
  215. "bounce": "none"
  216. }
  217. }
  218. },{
  219. "path": "faceRecognition/face",
  220. "style": {
  221. "navigationBarTitleText": "人脸识别",
  222. "app-plus": {
  223. "titleNView": false, //禁用原生导航栏
  224. "bounce": "none"
  225. }
  226. }
  227. },{
  228. "path": "payment/payment",
  229. "style": {
  230. "navigationBarTitleText": "支付",
  231. "app-plus": {
  232. "titleNView": false, //禁用原生导航栏
  233. "bounce": "none"
  234. }
  235. }
  236. }],
  237. "plugins": {
  238. "polyv-player": {
  239. "version": "0.1.5",
  240. "provider": "wx4a350a258a6f7876"
  241. }
  242. }
  243. }],
  244. "preloadRule": {
  245. "pages/index/index": {
  246. "network": "all",
  247. "packages": ["pages2"]
  248. }
  249. },
  250. "globalStyle": {
  251. "navigationBarTextStyle": "black",
  252. "navigationBarTitleText": "WeChat",
  253. "navigationBarBackgroundColor": "#F8F8F8",
  254. "backgroundColor": "#F8F8F8",
  255. "usingComponents": {
  256. "verify-mpsdk": "/wxcomponents/verify_mpsdk/index/index"
  257. }
  258. },
  259. "tabBar": {
  260. "color": "#636A75",
  261. "selectedColor": "#2F4379",
  262. "borderStyle": "black",
  263. "backgroundColor": "#fff",
  264. "list": [{
  265. "pagePath": "pages/index/index",
  266. "iconPath": "static/nav1.png",
  267. "selectedIconPath": "static/nav1_on.png",
  268. "text": "学习中心"
  269. },
  270. {
  271. "pagePath": "pages/wd/index",
  272. "iconPath": "static/nav4.png",
  273. "selectedIconPath": "static/nav4_on.png",
  274. "text": "我的"
  275. }
  276. ]
  277. },
  278. "navigateToMiniProgramAppIdList": [
  279. ""
  280. ],
  281. "easycom": {
  282. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  283. }
  284. }