详情小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

215 lines
4.8 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "相亲交友",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/wallMember/wallMember",
  15. "style": {
  16. "navigationBarTitleText": "上墙会员",
  17. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/upTheWall/upTheWall",
  22. "style": {
  23. "navigationBarTitleText": "我要上墙"
  24. }
  25. },
  26. {
  27. "path": "pages/login/index",
  28. "style": {
  29. "navigationBarTitleText": "登录",
  30. "enablePullDownRefresh": true
  31. }
  32. },
  33. {
  34. "path": "pages/my/index",
  35. "style": {
  36. "navigationBarTitleText": "我的",
  37. "navigationBarBackgroundColor": "#FE3EA5",
  38. "navigationBarTextStyle": "white"
  39. }
  40. },
  41. {
  42. "path": "pages/my/exclusiveMatch",
  43. "style": {
  44. "navigationBarTitleText": "专属红娘",
  45. "navigationBarBackgroundColor": "#FE3EA5",
  46. "navigationBarTextStyle": "white"
  47. }
  48. },
  49. {
  50. "path": "pages/my/authentication",
  51. "style": {
  52. "navigationBarTitleText": "实名认证"
  53. }
  54. },
  55. {
  56. "path": "pages/my/service",
  57. "style": {
  58. "navigationBarTitleText": "客服",
  59. "navigationBarBackgroundColor": "#FE3EA5",
  60. "navigationBarTextStyle": "white"
  61. }
  62. },
  63. {
  64. "path": "pages/my/uploadInfo",
  65. "style": {
  66. "navigationBarTitleText": "上传身份证信息"
  67. }
  68. },
  69. {
  70. "path": "pages/my/collect",
  71. "style": {
  72. "navigationBarTitleText": "我的收藏"
  73. }
  74. },
  75. {
  76. "path": "pages/my/editInfo",
  77. "style": {
  78. "navigationBarTitleText": "编辑资料"
  79. }
  80. },
  81. {
  82. "path": "pages/my/welfare",
  83. "style": {
  84. "navigationBarTitleText": "福利中心",
  85. "navigationBarBackgroundColor": "#FE3EA5",
  86. "navigationBarTextStyle": "white"
  87. }
  88. },
  89. {
  90. "path": "pages/my/memberDetails",
  91. "style": {
  92. "navigationBarTitleText": "会员详情"
  93. }
  94. },
  95. {
  96. "path": "pages/my/officialAccount",
  97. "style": {
  98. "navigationBarTitleText": "关注公众号"
  99. }
  100. },
  101. {
  102. "path": "pages/my/setting",
  103. "style": {
  104. "navigationBarTitleText": "设置"
  105. }
  106. },
  107. {
  108. "path": "pages/my/memberVip",
  109. "style": {
  110. "navigationBarTitleText": "VIP会员",
  111. "navigationBarBackgroundColor": "#FE3EA5",
  112. "navigationBarTextStyle": "white"
  113. }
  114. },
  115. {
  116. "path": "pages/userList/userList",
  117. "style": {
  118. "navigationBarTitleText": "相亲交友"
  119. }
  120. },
  121. {
  122. "path": "pages/signIn/signIn",
  123. "style": {
  124. "navigationBarTitleText": "签到"
  125. }
  126. },
  127. {
  128. "path": "pages/find/find",
  129. "style": {
  130. "navigationBarTitleText": "发现",
  131. "enablePullDownRefresh": true
  132. }
  133. },
  134. {
  135. "path": "pages/messageCenter/index",
  136. "style": {
  137. "navigationBarTitleText": "消息"
  138. }
  139. },
  140. {
  141. "path": "pages/messageCenter/system",
  142. "style": {
  143. "navigationBarTitleText": "系统消息"
  144. }
  145. },
  146. {
  147. "path": "pages/saySomething/saySomething",
  148. "style": {
  149. "navigationBarTitleText": "发表动态"
  150. }
  151. },
  152. {
  153. "path": "pages/personalTailor/personalTailor",
  154. "style": {
  155. "navigationBarTitleText": "私人定制"
  156. }
  157. },
  158. {
  159. "path": "pages/test/test",
  160. "style": {
  161. "navigationBarTitleText": "测试专用"
  162. }
  163. },
  164. {
  165. "path": "pages/my/innerMonologue",
  166. "style": {
  167. "navigationBarTitleText": "内心独白"
  168. }
  169. },
  170. {
  171. "path": "pages/my/basicInformation",
  172. "style": {
  173. "navigationBarTitleText": "基本资料"
  174. }
  175. }
  176. ],
  177. "globalStyle": {
  178. "navigationBarTextStyle": "black",
  179. "navigationBarTitleText": "相亲交友",
  180. "navigationBarBackgroundColor": "#FFFFFF",
  181. "backgroundColor": "#F8F8F8"
  182. },
  183. "tabBar": {
  184. "color": "#222222",
  185. "selectedColor": "#E21196",
  186. "borderStyle": "black",
  187. "backgroundColor": "#ffffff",
  188. "list": [{
  189. "pagePath": "pages/index/index",
  190. "iconPath": "static/tabbar/home.png",
  191. "selectedIconPath": "static/tabbar/home-active.png",
  192. "text": "首页"
  193. },{
  194. "pagePath": "pages/find/find",
  195. "iconPath": "static/tabbar/find.png",
  196. "selectedIconPath": "static/tabbar/find-active.png",
  197. "text": "发现"
  198. },{
  199. "pagePath": "pages/personalTailor/personalTailor",
  200. "iconPath": "static/tabbar/customized.png",
  201. "selectedIconPath": "static/tabbar/customized-active.png",
  202. "text": "私人定制"
  203. },{
  204. "pagePath": "pages/messageCenter/index",
  205. "iconPath": "static/tabbar/message.png",
  206. "selectedIconPath": "static/tabbar/message-active.png",
  207. "text": "消息"
  208. },{
  209. "pagePath": "pages/my/index",
  210. "iconPath": "static/tabbar/my.png",
  211. "selectedIconPath": "static/tabbar/my-active.png",
  212. "text": "我的"
  213. }]
  214. }
  215. }