pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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": "pagesA/tel-login",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. },
  20. {
  21. "path": "pages/index/index",
  22. "style": {
  23. "navigationBarTitleText": "",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path" : "pages/luntan/luntan",
  29. "style" :
  30. {
  31. "navigationBarTitleText": "",
  32. "enablePullDownRefresh": false,
  33. "navigationStyle": "custom"
  34. }
  35. }
  36. ,{
  37. "path" : "pagesA/jianlichange",
  38. "style" :
  39. {
  40. "navigationBarTitleText": "",
  41. "enablePullDownRefresh": false
  42. }
  43. }
  44. ,{
  45. "path" : "pagesA/yaoqing",
  46. "style" :
  47. {
  48. "navigationBarTitleText": "",
  49. "enablePullDownRefresh": false
  50. }
  51. }
  52. ,{
  53. "path" : "pagesA/userinfo",
  54. "style" :
  55. {
  56. "navigationBarTitleText": "",
  57. "enablePullDownRefresh": false,
  58. "navigationStyle": "custom"
  59. }
  60. }
  61. ,{
  62. "path" : "pagesA/jianli",
  63. "style" :
  64. {
  65. "navigationBarTitleText": "",
  66. "enablePullDownRefresh": false,
  67. "navigationStyle": "custom"
  68. }
  69. }
  70. ,{
  71. "path" : "pagesA/work",
  72. "style" :
  73. {
  74. "navigationBarTitleText": "",
  75. "enablePullDownRefresh": false,
  76. "navigationStyle": "custom"
  77. }
  78. }
  79. ,{
  80. "path" : "pagesA/Project ",
  81. "style" :
  82. {
  83. "navigationBarTitleText": "",
  84. "enablePullDownRefresh": false,
  85. "navigationStyle": "custom"
  86. }
  87. }
  88. ,{
  89. "path" : "pagesA/description",
  90. "style" :
  91. {
  92. "navigationBarTitleText": "",
  93. "enablePullDownRefresh": false
  94. }
  95. }
  96. ,{
  97. "path" : "pagesA/teach",
  98. "style" :
  99. {
  100. "navigationBarTitleText": "",
  101. "enablePullDownRefresh": false,
  102. "navigationStyle": "custom"
  103. }
  104. }
  105. ,{
  106. "path" : "pagesA/expectation",
  107. "style" :
  108. {
  109. "navigationBarTitleText": "",
  110. "enablePullDownRefresh": false,
  111. "navigationStyle": "custom"
  112. }
  113. }
  114. ,{
  115. "path" : "pagesB/details",
  116. "style" :
  117. {
  118. "navigationBarTitleText": "职位详情",
  119. "enablePullDownRefresh": false
  120. }
  121. }
  122. ,{
  123. "path" : "pagesB/gongsi-info",
  124. "style" :
  125. {
  126. "navigationBarTitleText": "",
  127. "enablePullDownRefresh": false,
  128. "navigationStyle": "custom"
  129. }
  130. }
  131. ],
  132. "globalStyle": {
  133. "navigationBarTextStyle": "black",
  134. // "navigationBarTitleText": "uni-app",
  135. "navigationBarBackgroundColor": "#fff",
  136. "backgroundColor": "#F8F8F8"
  137. },
  138. "uniIdRouter": {},
  139. "tabBar": {
  140. "selectedColor": "#0C66C2",
  141. "color": "#818389",
  142. "list": [{
  143. "iconPath": "static/images/index.png",
  144. "selectedIconPath": "static/images/index1.png",
  145. "text": "职位",
  146. "pagePath": "pages/index/index"
  147. },
  148. {
  149. "iconPath": "static/images/luntan.png",
  150. "selectedIconPath": "static/images/luntan1.png",
  151. "text": "论坛",
  152. "pagePath": "pages/luntan/luntan"
  153. }
  154. ]
  155. }
  156. }