pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/login/index", // 登录
  8. "style": {
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. },{
  14. "path": "pages/index/index", // 首页
  15. "style": {
  16. "app-plus": {
  17. "background": "#42349A",
  18. "titleNView": {
  19. "backgroundColor": "#42349A",
  20. "titleText": ""
  21. }
  22. }
  23. }
  24. },{
  25. "path": "pages/news/index", //消息
  26. "style": {
  27. "app-plus": {
  28. "titleNView": {
  29. "backgroundColor": "#42349A",
  30. "titleText": "消息",
  31. "titleColor": "#fff",
  32. "titleSize": "40rpx"
  33. }
  34. }
  35. }
  36. },
  37. {
  38. "path": "pages/index/search", // 搜索页
  39. "style": {
  40. "app-plus": {
  41. "titleNView": false
  42. }
  43. }
  44. },
  45. {
  46. "path": "pages/index/searchData", // 搜索页数据
  47. "style": {
  48. "app-plus": {
  49. "titleNView": false
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/index/projectInfo", // 项目详情
  55. "style": {
  56. "app-plus": {
  57. "titleNView": false,
  58. "background": "#F7FBFF"
  59. }
  60. }
  61. },
  62. {
  63. "path": "pages/index/projectInfoPoint", // 项目详情 节点管理
  64. "style": {
  65. "app-plus": {
  66. "titleNView": false
  67. }
  68. }
  69. },
  70. {
  71. "path": "pages/index/projectInfoPointOrder", // 项目详情 节点批示
  72. "style": {
  73. "app-plus": {
  74. "titleNView": false
  75. }
  76. }
  77. },
  78. {
  79. "path": "pages/index/projectEnd", // 项目详情 项目终止原因
  80. "style": {
  81. "app-plus": {
  82. "titleNView": false
  83. }
  84. }
  85. },
  86. {
  87. "path": "pages/index/accessory", // 附件
  88. "style": {
  89. "app-plus": {
  90. "titleNView": false
  91. }
  92. }
  93. },
  94. {
  95. "path": "pages/user/index", //我的
  96. "style": {
  97. "app-plus": {
  98. "titleNView": {
  99. "backgroundColor": "#42349A",
  100. "titleText": "我的",
  101. "titleColor": "#fff",
  102. "titleSize": "40rpx"
  103. }
  104. }
  105. }
  106. },{
  107. "path": "pages/user/updatePassword", // 我的 修改密码
  108. "style": {
  109. "app-plus": {
  110. "titleNView": false
  111. }
  112. }
  113. },
  114. {
  115. "path": "pages/user/version", // 我的 版本更新
  116. "style": {
  117. "app-plus": {
  118. "titleNView": false
  119. }
  120. }
  121. },
  122. {
  123. "path": "pages/user/aboutUs", // 我的 关于我们
  124. "style": {
  125. "app-plus": {
  126. "titleNView": false
  127. }
  128. }
  129. }
  130. ],
  131. // "condition": { //模式配置,仅开发期间生效
  132. // "current": 0, //当前激活的模式(list 的索引项)
  133. // "list": [ {
  134. // "path": "pages/login/index" //启动页面,必选
  135. // },
  136. // {
  137. // "path": "pages/index/search" //启动页面,必选
  138. // },
  139. // {
  140. // "path": "pages/index/ongoing/detail" //启动页面,必选
  141. // }
  142. // ]
  143. // },
  144. "subPackages": [{
  145. "root": "pagesMain",
  146. "pages": [ {
  147. "path": "aboutUs",
  148. "style": {
  149. "navigationBarTitleText": "关于我们"
  150. }
  151. }]
  152. }],
  153. "globalStyle": {
  154. "navigationStyle": "default",
  155. "navigationBarTextStyle": "black",
  156. "navigationBarTitleText": "阜新业扩",
  157. "navigationBarBackgroundColor": "#42349A",
  158. // "backgroundColor": "#F8F8F8",
  159. "app-plus": {
  160. "background": "#42349A"
  161. }
  162. },
  163. "tabBar": {
  164. "height": "58px",
  165. "borderStyle": "black",
  166. "backgroundColor": "#544AA6",
  167. "color": "#FDFDFD",
  168. "selectedColor": "#FDFDFD",
  169. "list": [{
  170. "pagePath": "pages/index/index",
  171. "iconPath": "static/images/icon_index.png",
  172. "selectedIconPath": "static/images/icon_index_active.png",
  173. "text": "首页"
  174. }, {
  175. "pagePath": "pages/news/index",
  176. "iconPath": "static/images/new.png",
  177. "selectedIconPath": "static/images/new_active.png",
  178. "text": "消息"
  179. },
  180. {
  181. "pagePath": "pages/user/index",
  182. "iconPath": "static/images/min.png",
  183. "selectedIconPath": "static/images/min_active.png",
  184. "text": "我的"
  185. }]
  186. }
  187. }