详情小程序
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.

193 lines
4.3 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
  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. }
  60. },
  61. {
  62. "path": "pages/my/uploadInfo",
  63. "style": {
  64. "navigationBarTitleText": "上传身份证信息"
  65. }
  66. },
  67. {
  68. "path": "pages/my/collect",
  69. "style": {
  70. "navigationBarTitleText": "我的收藏"
  71. }
  72. },
  73. {
  74. "path": "pages/my/editInfo",
  75. "style": {
  76. "navigationBarTitleText": "编辑资料"
  77. }
  78. },
  79. {
  80. "path": "pages/my/welfare",
  81. "style": {
  82. "navigationBarTitleText": "福利中心"
  83. }
  84. },
  85. {
  86. "path": "pages/my/memberDetails",
  87. "style": {
  88. "navigationBarTitleText": "会员详情"
  89. }
  90. },
  91. {
  92. "path": "pages/my/officialAccount",
  93. "style": {
  94. "navigationBarTitleText": "关注公众号"
  95. }
  96. },
  97. {
  98. "path": "pages/my/setting",
  99. "style": {
  100. "navigationBarTitleText": "设置"
  101. }
  102. },
  103. {
  104. "path": "pages/my/memberVip",
  105. "style": {
  106. "navigationBarTitleText": "VIP会员",
  107. "navigationBarBackgroundColor": "#FE3EA5",
  108. "navigationBarTextStyle": "white"
  109. }
  110. },
  111. {
  112. "path": "pages/userList/userList",
  113. "style": {
  114. "navigationBarTitleText": "相亲交友"
  115. }
  116. },
  117. {
  118. "path": "pages/signIn/signIn",
  119. "style": {
  120. "navigationBarTitleText": "签到"
  121. }
  122. },
  123. {
  124. "path": "pages/find/find",
  125. "style": {
  126. "navigationBarTitleText": "发现",
  127. "enablePullDownRefresh": true
  128. }
  129. },
  130. {
  131. "path": "pages/messageCenter/index",
  132. "style": {
  133. "navigationBarTitleText": "消息"
  134. }
  135. },
  136. {
  137. "path": "pages/messageCenter/system",
  138. "style": {
  139. "navigationBarTitleText": "系统消息"
  140. }
  141. },
  142. {
  143. "path": "pages/saySomething/saySomething",
  144. "style": {
  145. "navigationBarTitleText": "发表动态"
  146. }
  147. },
  148. {
  149. "path": "pages/personalTailor/personalTailor",
  150. "style": {
  151. "navigationBarTitleText": "私人定制"
  152. }
  153. }
  154. ],
  155. "globalStyle": {
  156. "navigationBarTextStyle": "black",
  157. "navigationBarTitleText": "相亲交友",
  158. "navigationBarBackgroundColor": "#FFFFFF",
  159. "backgroundColor": "#F8F8F8"
  160. },
  161. "tabBar": {
  162. "color": "#222222",
  163. "selectedColor": "#E21196",
  164. "borderStyle": "black",
  165. "backgroundColor": "#ffffff",
  166. "list": [{
  167. "pagePath": "pages/index/index",
  168. "iconPath": "static/tabbar/home.png",
  169. "selectedIconPath": "static/tabbar/home-active.png",
  170. "text": "首页"
  171. },{
  172. "pagePath": "pages/find/find",
  173. "iconPath": "static/tabbar/find.png",
  174. "selectedIconPath": "static/tabbar/find-active.png",
  175. "text": "发现"
  176. },{
  177. "pagePath": "pages/personalTailor/personalTailor",
  178. "iconPath": "static/tabbar/customized.png",
  179. "selectedIconPath": "static/tabbar/customized-active.png",
  180. "text": "私人定制"
  181. },{
  182. "pagePath": "pages/messageCenter/index",
  183. "iconPath": "static/tabbar/message.png",
  184. "selectedIconPath": "static/tabbar/message-active.png",
  185. "text": "消息"
  186. },{
  187. "pagePath": "pages/my/index",
  188. "iconPath": "static/tabbar/my.png",
  189. "selectedIconPath": "static/tabbar/my-active.png",
  190. "text": "我的"
  191. }]
  192. }
  193. }