pages.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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. "app-plus": {
  78. "titleNView": false, //禁用原生导航栏
  79. "bounce": "none"
  80. }
  81. }
  82. }, {
  83. "path": "wd/menu",
  84. "style": {
  85. "navigationBarTitleText": "基本资料",
  86. "app-plus": {
  87. "titleNView": false, //禁用原生导航栏
  88. "bounce": "none"
  89. }
  90. }
  91. }, {
  92. "path": "wd/edu_info",
  93. "style": {
  94. "navigationBarTitleText": "教育信息",
  95. "app-plus": {
  96. "titleNView": false, //禁用原生导航栏
  97. "bounce": "none"
  98. }
  99. }
  100. }, {
  101. "path": "register/register",
  102. "style": {
  103. "navigationBarTitleText": "注册页",
  104. "navigationBarBackgroundColor": "#0386FD",
  105. "navigationBarTextStyle": "white",
  106. "navigationStyle": "custom", // 隐藏系统导航栏
  107. "app-plus": {
  108. "titleNView": false, //禁用原生导航栏
  109. "bounce": "none"
  110. }
  111. }
  112. }, {
  113. "path": "register/forget",
  114. "style": {
  115. "navigationBarTitleText": "忘记密码",
  116. "navigationBarBackgroundColor": "#0386FD",
  117. "navigationBarTextStyle": "white",
  118. "navigationStyle": "custom", // 隐藏系统导航栏
  119. "app-plus": {
  120. "titleNView": false, //禁用原生导航栏
  121. "bounce": "none"
  122. }
  123. }
  124. }, {
  125. "path": "register/bind",
  126. "style": {
  127. "navigationBarTitleText": "关联学员身份",
  128. "navigationBarBackgroundColor": "#0386FD",
  129. "navigationBarTextStyle": "white",
  130. "navigationStyle": "custom", // 隐藏系统导航栏
  131. "app-plus": {
  132. "titleNView": false, //禁用原生导航栏
  133. "bounce": "none"
  134. }
  135. }
  136. },
  137. {
  138. "path": "wd/class",
  139. "style": {
  140. "navigationBarTitleText": "我的网课",
  141. "app-plus": {
  142. "titleNView": false, //禁用原生导航栏
  143. "bounce": "none"
  144. }
  145. }
  146. },
  147. {
  148. "path": "class/detail",
  149. "style": {
  150. "navigationBarTitleText": "单科",
  151. "app-plus": {
  152. "titleNView": false, //禁用原生导航栏
  153. "bounce": "none"
  154. }
  155. }
  156. },
  157. {
  158. "path": "course/detail",
  159. "style": {
  160. "navigationBarTitleText": "课程详情",
  161. "app-plus": {
  162. "titleNView": false, //禁用原生导航栏
  163. "bounce": "none"
  164. }
  165. }
  166. },
  167. {
  168. "path": "order/confirm_list",
  169. "style": {
  170. "navigationBarTitleText": "确认订单",
  171. "app-plus": {
  172. "titleNView": false, //禁用原生导航栏
  173. "bounce": "none"
  174. }
  175. }
  176. },
  177. {
  178. "path": "order/confirm_pay",
  179. "style": {
  180. "navigationBarTitleText": "订单支付",
  181. "app-plus": {
  182. "titleNView": false, //禁用原生导航栏
  183. "bounce": "none"
  184. }
  185. }
  186. },
  187. {
  188. "path": "order/confirm_success",
  189. "style": {
  190. "navigationBarTitleText": "支付成功",
  191. "app-plus": {
  192. "titleNView": false, //禁用原生导航栏
  193. "bounce": "none"
  194. }
  195. }
  196. },
  197. {
  198. "path": "order/index",
  199. "style": {
  200. "navigationBarTitleText": "我的订单",
  201. "app-plus": {
  202. "titleNView": false, //禁用原生导航栏
  203. "bounce": "none"
  204. }
  205. }
  206. },
  207. {
  208. "path": "bank/detail",
  209. "style": {
  210. "navigationBarTitleText": "题库详情",
  211. "app-plus": {
  212. "titleNView": false, //禁用原生导航栏
  213. "bounce": "none"
  214. }
  215. }
  216. },
  217. {
  218. "path": "msg/index",
  219. "style": {
  220. "navigationBarTitleText": "我的消息",
  221. "app-plus": {
  222. "titleNView": false, //禁用原生导航栏
  223. "bounce": "none"
  224. }
  225. }
  226. }
  227. ],
  228. "plugins": {
  229. "polyv-player": {
  230. "version": "0.1.5",
  231. "provider": "wx4a350a258a6f7876"
  232. }
  233. }
  234. }],
  235. "preloadRule": {
  236. "pages/index/index": {
  237. "network": "all",
  238. "packages": ["pages2"]
  239. }
  240. },
  241. "globalStyle": {
  242. "navigationBarTextStyle": "black",
  243. "navigationBarTitleText": "WeChat",
  244. "navigationBarBackgroundColor": "#F8F8F8",
  245. "backgroundColor": "#F8F8F8",
  246. "usingComponents": {
  247. "verify-mpsdk": "/wxcomponents/verify_mpsdk/index/index"
  248. }
  249. },
  250. "tabBar": {
  251. "color": "#AAAAAA",
  252. "selectedColor": "#007AFF",
  253. "borderStyle": "black",
  254. "backgroundColor": "#fff",
  255. "list": [{
  256. "pagePath": "pages/index/index",
  257. "iconPath": "static/nav1.png",
  258. "selectedIconPath": "static/nav1_on.png",
  259. "text": "首页"
  260. },
  261. {
  262. "pagePath": "pages/course/index",
  263. "iconPath": "static/nav2.png",
  264. "selectedIconPath": "static/nav2_on.png",
  265. "text": "选课"
  266. },
  267. {
  268. "pagePath": "pages/shopping/shoppingCart",
  269. "iconPath": "static/nav3.png",
  270. "selectedIconPath": "static/nav3_on.png",
  271. "text": "购物车"
  272. },
  273. {
  274. "pagePath": "pages/recruitment/index",
  275. "iconPath": "static/nav4.png",
  276. "selectedIconPath": "static/nav4_on.png",
  277. "text": "招聘"
  278. },
  279. {
  280. "pagePath": "pages/wd/index",
  281. "iconPath": "static/nav5.png",
  282. "selectedIconPath": "static/nav5_on.png",
  283. "text": "我的"
  284. }
  285. ]
  286. },
  287. "navigateToMiniProgramAppIdList": [
  288. ""
  289. ],
  290. "easycom": {
  291. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  292. }
  293. }