pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
  4. "^hx-(.*)": "@/components/hx-$1/hx-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/login/login",
  9. "style": {
  10. // "navigationBarTitleText": "",
  11. "enablePullDownRefresh": false
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationBarTitleText": "",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/luntan/luntan",
  23. "style": {
  24. "navigationBarTitleText": "",
  25. "enablePullDownRefresh": false,
  26. "navigationStyle": "custom"
  27. }
  28. }
  29. ],
  30. "subPackages": [
  31. {
  32. "root": "pagesA",
  33. "pages": [{
  34. "path": "tel-login",
  35. "style": {
  36. "navigationBarTitleText": ""
  37. }
  38. }, {
  39. "path": "jianlichange",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "yaoqing",
  46. "style": {
  47. "navigationBarTitleText": "",
  48. "enablePullDownRefresh": false
  49. }
  50. }, {
  51. "path": "userinfo",
  52. "style": {
  53. "navigationBarTitleText": "",
  54. "enablePullDownRefresh": false,
  55. "navigationStyle": "custom"
  56. }
  57. }, {
  58. "path": "jianli",
  59. "style": {
  60. "navigationBarTitleText": "",
  61. "enablePullDownRefresh": false,
  62. "navigationStyle": "custom"
  63. }
  64. }, {
  65. "path": "work",
  66. "style": {
  67. "navigationBarTitleText": "",
  68. "enablePullDownRefresh": false,
  69. "navigationStyle": "custom"
  70. }
  71. }, {
  72. "path": "Project ",
  73. "style": {
  74. "navigationBarTitleText": "",
  75. "enablePullDownRefresh": false,
  76. "navigationStyle": "custom"
  77. }
  78. }, {
  79. "path": "description",
  80. "style": {
  81. "navigationBarTitleText": "",
  82. "enablePullDownRefresh": false
  83. }
  84. }, {
  85. "path": "teach",
  86. "style": {
  87. "navigationBarTitleText": "",
  88. "enablePullDownRefresh": false,
  89. "navigationStyle": "custom"
  90. }
  91. }, {
  92. "path": "expectation",
  93. "style": {
  94. "navigationBarTitleText": "",
  95. "enablePullDownRefresh": false,
  96. "navigationStyle": "custom"
  97. }
  98. }]
  99. },
  100. {
  101. "root": "pagesB",
  102. "pages": [{
  103. "path": "details",
  104. "style": {
  105. "navigationBarTitleText": "职位详情",
  106. "enablePullDownRefresh": false
  107. }
  108. }, {
  109. "path": "gongsi-info",
  110. "style": {
  111. "navigationBarTitleText": "",
  112. "enablePullDownRefresh": false,
  113. "navigationStyle": "custom"
  114. }
  115. }]
  116. },
  117. {
  118. "root": "pagesC",
  119. "pages": [{
  120. "path": "luntan-info",
  121. "style": {
  122. "navigationBarTitleText": "",
  123. "enablePullDownRefresh": false
  124. }
  125. },
  126. {
  127. "path": "my-luntan",
  128. "style": {
  129. "navigationBarTitleText": "",
  130. "enablePullDownRefresh": false,
  131. "navigationStyle": "custom"
  132. }
  133. }
  134. ,{
  135. "path" : "quanzi-info",
  136. "style" :
  137. {
  138. "navigationBarTitleText": "",
  139. "enablePullDownRefresh": false,
  140. "navigationStyle": "custom"
  141. }
  142. }
  143. ,{
  144. "path" : "xiaoxi-list",
  145. "style" :
  146. {
  147. "navigationBarTitleText": "消息",
  148. "enablePullDownRefresh": false
  149. }
  150. }
  151. ]
  152. },
  153. {
  154. "root": "pagesD",
  155. "pages": [{
  156. "path": "userinfo",
  157. "style": {
  158. "navigationBarTitleText": "",
  159. "enablePullDownRefresh": false
  160. }
  161. }]
  162. }
  163. ],
  164. "globalStyle": {
  165. "navigationBarTextStyle": "black",
  166. // "navigationBarTitleText": "uni-app",
  167. "navigationBarBackgroundColor": "#fff",
  168. "backgroundColor": "#F8F8F8"
  169. },
  170. "uniIdRouter": {},
  171. "tabBar": {
  172. "selectedColor": "#0C66C2",
  173. "color": "#818389",
  174. "list": [{
  175. "iconPath": "static/images/index.png",
  176. "selectedIconPath": "static/images/index1.png",
  177. "text": "职位",
  178. "pagePath": "pages/index/index"
  179. },
  180. {
  181. "iconPath": "static/images/luntan.png",
  182. "selectedIconPath": "static/images/luntan1.png",
  183. "text": "论坛",
  184. "pagePath": "pages/luntan/luntan"
  185. }
  186. ]
  187. }
  188. }