pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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/projectInfoPointOrder", // 项目详情 节点批示
  64. "style": {
  65. "app-plus": {
  66. "titleNView": false
  67. }
  68. }
  69. },
  70. {
  71. "path": "pages/index/projectEnd", // 项目详情 项目终止原因
  72. "style": {
  73. "app-plus": {
  74. "titleNView": false
  75. }
  76. }
  77. },
  78. {
  79. "path": "pages/user/index", //我的
  80. "style": {
  81. "app-plus": {
  82. "titleNView": {
  83. "backgroundColor": "#42349A",
  84. "titleText": "我的",
  85. "titleColor": "#fff",
  86. "titleSize": "40rpx"
  87. }
  88. }
  89. }
  90. },{
  91. "path": "pages/user/updatePassword", // 我的 修改密码
  92. "style": {
  93. "app-plus": {
  94. "titleNView": false
  95. }
  96. }
  97. },
  98. {
  99. "path": "pages/user/version", // 我的 版本更新
  100. "style": {
  101. "app-plus": {
  102. "titleNView": false
  103. }
  104. }
  105. },
  106. {
  107. "path": "pages/user/aboutUs", // 我的 关于我们
  108. "style": {
  109. "app-plus": {
  110. "titleNView": false
  111. }
  112. }
  113. }
  114. ],
  115. // "condition": { //模式配置,仅开发期间生效
  116. // "current": 0, //当前激活的模式(list 的索引项)
  117. // "list": [ {
  118. // "path": "pages/login/index" //启动页面,必选
  119. // },
  120. // {
  121. // "path": "pages/index/search" //启动页面,必选
  122. // },
  123. // {
  124. // "path": "pages/index/ongoing/detail" //启动页面,必选
  125. // }
  126. // ]
  127. // },
  128. "subPackages": [{
  129. "root": "pagesMain",
  130. "pages": [ {
  131. "path": "aboutUs",
  132. "style": {
  133. "navigationBarTitleText": "关于我们"
  134. }
  135. }]
  136. }],
  137. "globalStyle": {
  138. "navigationStyle": "default",
  139. "navigationBarTextStyle": "black",
  140. "navigationBarTitleText": "阜新业扩",
  141. "navigationBarBackgroundColor": "#42349A",
  142. // "backgroundColor": "#F8F8F8",
  143. "app-plus": {
  144. "background": "#42349A"
  145. }
  146. },
  147. "tabBar": {
  148. "height": "58px",
  149. "borderStyle": "black",
  150. "backgroundColor": "#544AA6",
  151. "color": "#FDFDFD",
  152. "selectedColor": "#FDFDFD",
  153. "list": [{
  154. "pagePath": "pages/index/index",
  155. "iconPath": "static/images/icon_index.png",
  156. "selectedIconPath": "static/images/icon_index_active.png",
  157. "text": "首页"
  158. }, {
  159. "pagePath": "pages/news/index",
  160. "iconPath": "static/images/new.png",
  161. "selectedIconPath": "static/images/new_active.png",
  162. "text": "消息"
  163. },
  164. {
  165. "pagePath": "pages/user/index",
  166. "iconPath": "static/images/min.png",
  167. "selectedIconPath": "static/images/min_active.png",
  168. "text": "我的"
  169. }]
  170. }
  171. }