pages.json 6.5 KB

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