pages.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "中正砼学联",
  7. "onReachBottomDistance": 50,
  8. "app-plus": {
  9. "titleNView": false //禁用原生导航栏
  10. },
  11. "navigationStyle": "custom", // 隐藏系统导航栏
  12. "navigationBarTextStyle": "white"
  13. }
  14. }, {
  15. "path": "pages/wd/index",
  16. "style": {
  17. "navigationBarTitleText": "我的",
  18. "navigationBarTextStyle": "white",
  19. "navigationStyle": "custom", // 隐藏系统导航栏
  20. "app-plus": {
  21. "titleNView": false, //禁用原生导航栏
  22. "bounce": "none"
  23. }
  24. }
  25. }, {
  26. "path": "pages/login/login",
  27. "style": {
  28. "navigationBarTitleText": "登录页",
  29. "navigationBarBackgroundColor": "#0386FD",
  30. "navigationBarTextStyle": "white",
  31. "navigationStyle": "custom", // 隐藏系统导航栏
  32. "app-plus": {
  33. "titleNView": false, //禁用原生导航栏
  34. "bounce": "none"
  35. }
  36. }
  37. }, {
  38. "path": "pages/recruitment/index",
  39. "style": {
  40. "navigationBarTitleText": "求职中心",
  41. "app-plus": {
  42. "titleNView": false //禁用原生导航栏
  43. }
  44. }
  45. },
  46. {
  47. "path": "pages/course/index",
  48. "style": {
  49. "navigationBarTitleText": "选课中心",
  50. "navigationBarTextStyle": "white",
  51. "navigationStyle": "custom", // 隐藏系统导航栏
  52. "app-plus": {
  53. "titleNView": false, //禁用原生导航栏
  54. "bounce": "none"
  55. }
  56. }
  57. },
  58. {
  59. "path": "pages/shopping/shoppingCart",
  60. "style": {
  61. "navigationBarTitleText": "购物车",
  62. "navigationBarTextStyle": "white",
  63. "navigationStyle": "custom", // 隐藏系统导航栏
  64. "app-plus": {
  65. "titleNView": false, //禁用原生导航栏
  66. "bounce": "none"
  67. }
  68. }
  69. }
  70. ],
  71. "subPackages": [{
  72. "root": "pages2",
  73. "pages": [{
  74. "path": "wd/info",
  75. "style": {
  76. "navigationBarTitleText": "我的资料",
  77. "navigationBarTextStyle": "white",
  78. "navigationStyle": "custom", // 隐藏系统导航栏
  79. "app-plus": {
  80. "titleNView": false, //禁用原生导航栏
  81. "bounce": "none"
  82. }
  83. }
  84. }, {
  85. "path": "wd/menu",
  86. "style": {
  87. "navigationBarTitleText": "基本资料",
  88. "app-plus": {
  89. "titleNView": false, //禁用原生导航栏
  90. "bounce": "none"
  91. }
  92. }
  93. }, {
  94. "path": "wd/edu_info",
  95. "style": {
  96. "navigationBarTitleText": "教育信息",
  97. "app-plus": {
  98. "titleNView": false, //禁用原生导航栏
  99. "bounce": "none"
  100. }
  101. }
  102. }, {
  103. "path": "register/register",
  104. "style": {
  105. "navigationBarTitleText": "注册页",
  106. "navigationBarBackgroundColor": "#0386FD",
  107. "navigationBarTextStyle": "white",
  108. "navigationStyle": "custom", // 隐藏系统导航栏
  109. "app-plus": {
  110. "titleNView": false, //禁用原生导航栏
  111. "bounce": "none"
  112. }
  113. }
  114. }, {
  115. "path": "register/forget",
  116. "style": {
  117. "navigationBarTitleText": "忘记密码",
  118. "navigationBarBackgroundColor": "#0386FD",
  119. "navigationBarTextStyle": "white",
  120. "navigationStyle": "custom", // 隐藏系统导航栏
  121. "app-plus": {
  122. "titleNView": false, //禁用原生导航栏
  123. "bounce": "none"
  124. }
  125. }
  126. }, {
  127. "path": "register/bind",
  128. "style": {
  129. "navigationBarTitleText": "关联学员身份",
  130. "navigationBarBackgroundColor": "#0386FD",
  131. "navigationBarTextStyle": "white",
  132. "navigationStyle": "custom", // 隐藏系统导航栏
  133. "app-plus": {
  134. "titleNView": false, //禁用原生导航栏
  135. "bounce": "none"
  136. }
  137. }
  138. },
  139. {
  140. "path": "wd/class",
  141. "style": {
  142. "navigationBarTitleText": "我的网课",
  143. "app-plus": {
  144. "titleNView": false, //禁用原生导航栏
  145. "bounce": "none"
  146. }
  147. }
  148. },
  149. {
  150. "path": "class/detail",
  151. "style": {
  152. "navigationBarTitleText": "单科",
  153. "app-plus": {
  154. "titleNView": false, //禁用原生导航栏
  155. "bounce": "none"
  156. }
  157. }
  158. },
  159. {
  160. "path": "course/detail",
  161. "style": {
  162. "navigationBarTitleText": "课程详情",
  163. "app-plus": {
  164. "titleNView": false, //禁用原生导航栏
  165. "bounce": "none"
  166. }
  167. }
  168. },
  169. {
  170. "path": "order/confirm_list",
  171. "style": {
  172. "navigationBarTitleText": "确认订单",
  173. "app-plus": {
  174. "titleNView": false, //禁用原生导航栏
  175. "bounce": "none"
  176. }
  177. }
  178. },
  179. {
  180. "path": "order/confirm_pay",
  181. "style": {
  182. "navigationBarTitleText": "订单支付",
  183. "app-plus": {
  184. "titleNView": false, //禁用原生导航栏
  185. "bounce": "none"
  186. }
  187. }
  188. },
  189. {
  190. "path": "order/confirm_success",
  191. "style": {
  192. "navigationBarTitleText": "支付成功",
  193. "app-plus": {
  194. "titleNView": false, //禁用原生导航栏
  195. "bounce": "none"
  196. }
  197. }
  198. },
  199. {
  200. "path": "order/index",
  201. "style": {
  202. "navigationBarTitleText": "我的订单",
  203. "app-plus": {
  204. "titleNView": false, //禁用原生导航栏
  205. "bounce": "none"
  206. }
  207. }
  208. },
  209. {
  210. "path": "bank/detail",
  211. "style": {
  212. "navigationBarTitleText": "题库详情",
  213. "app-plus": {
  214. "titleNView": false, //禁用原生导航栏
  215. "bounce": "none"
  216. }
  217. }
  218. },
  219. {
  220. "path": "msg/index",
  221. "style": {
  222. "navigationBarTitleText": "我的消息",
  223. "app-plus": {
  224. "titleNView": false, //禁用原生导航栏
  225. "bounce": "none"
  226. }
  227. }
  228. },
  229. {
  230. "path": "bank/questionBank",
  231. "style": {
  232. "navigationBarTitleText": "试卷题目",
  233. "app-plus": {
  234. "titleNView": false, //禁用原生导航栏
  235. "bounce": "none"
  236. }
  237. }
  238. },
  239. {
  240. "path": "msg/detail",
  241. "style": {
  242. "navigationBarTitleText": "消息详情",
  243. "app-plus": {
  244. "titleNView": false, //禁用原生导航栏
  245. "bounce": "none"
  246. }
  247. }
  248. },
  249. {
  250. "path": "plan/index",
  251. "style": {
  252. "navigationBarTitleText": "学习计划",
  253. "app-plus": {
  254. "titleNView": false, //禁用原生导航栏
  255. "bounce": "none"
  256. }
  257. }
  258. },
  259. {
  260. "path": "plan/create",
  261. "style": {
  262. "navigationBarTitleText": "创建计划",
  263. "app-plus": {
  264. "titleNView": false, //禁用原生导航栏
  265. "bounce": "none"
  266. }
  267. }
  268. },
  269. {
  270. "path": "verify/input",
  271. "style": {
  272. "navigationBarTitleText": "填写审核资料",
  273. "app-plus": {
  274. "titleNView": false, //禁用原生导航栏
  275. "bounce": "none"
  276. }
  277. }
  278. },
  279. {
  280. "path": "appointment/index",
  281. "style": {
  282. "navigationBarTitleText": "预约考试",
  283. "app-plus": {
  284. "titleNView": false, //禁用原生导航栏
  285. "bounce": "none"
  286. }
  287. }
  288. }
  289. ],
  290. "plugins": {
  291. "polyv-player": {
  292. "version": "0.1.5",
  293. "provider": "wx4a350a258a6f7876"
  294. }
  295. }
  296. }],
  297. /* "preloadRule": {
  298. "pages/index/index": {
  299. "network": "all",
  300. "packages": ["pages2"]
  301. }
  302. }, */
  303. "globalStyle": {
  304. "navigationBarTextStyle": "black",
  305. "navigationBarTitleText": "WeChat",
  306. "navigationBarBackgroundColor": "#F8F8F8",
  307. "backgroundColor": "#F8F8F8",
  308. "usingComponents": {
  309. "verify-mpsdk": "/wxcomponents/verify_mpsdk/index/index"
  310. }
  311. },
  312. "tabBar": {
  313. "color": "#AAAAAA",
  314. "selectedColor": "#007AFF",
  315. "borderStyle": "black",
  316. "backgroundColor": "#fff",
  317. "list": [{
  318. "pagePath": "pages/index/index",
  319. "iconPath": "static/nav1.png",
  320. "selectedIconPath": "static/nav1_on.png",
  321. "text": "首页"
  322. },
  323. {
  324. "pagePath": "pages/course/index",
  325. "iconPath": "static/nav2.png",
  326. "selectedIconPath": "static/nav2_on.png",
  327. "text": "选课"
  328. },
  329. {
  330. "pagePath": "pages/shopping/shoppingCart",
  331. "iconPath": "static/nav3.png",
  332. "selectedIconPath": "static/nav3_on.png",
  333. "text": "购物车"
  334. },
  335. {
  336. "pagePath": "pages/recruitment/index",
  337. "iconPath": "static/nav4.png",
  338. "selectedIconPath": "static/nav4_on.png",
  339. "text": "招聘"
  340. },
  341. {
  342. "pagePath": "pages/wd/index",
  343. "iconPath": "static/nav5.png",
  344. "selectedIconPath": "static/nav5_on.png",
  345. "text": "我的"
  346. }
  347. ]
  348. },
  349. "navigateToMiniProgramAppIdList": [
  350. ""
  351. ],
  352. "easycom": {
  353. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  354. }
  355. }