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

176 lines
3.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
  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. "globalStyle": {
  144. "navigationBarTextStyle": "black",
  145. "navigationBarTitleText": "相亲交友",
  146. "navigationBarBackgroundColor": "#FFFFFF",
  147. "backgroundColor": "#F8F8F8"
  148. },
  149. "tabBar": {
  150. "color": "#333333",
  151. "selectedColor": "#1998FE",
  152. "borderStyle": "black",
  153. "backgroundColor": "#ffffff",
  154. "list": [{
  155. "pagePath": "pages/index/index",
  156. "iconPath": "static/tabbar/home.png",
  157. "selectedIconPath": "static/tabbar/home-active.png",
  158. "text": "首页"
  159. },{
  160. "pagePath": "pages/find/find",
  161. "iconPath": "static/tabbar/find.png",
  162. "selectedIconPath": "static/tabbar/find-active.png",
  163. "text": "发现"
  164. },{
  165. "pagePath": "pages/messageCenter/index",
  166. "iconPath": "static/tabbar/find.png",
  167. "selectedIconPath": "static/tabbar/find-active.png",
  168. "text": "消息"
  169. },{
  170. "pagePath": "pages/my/index",
  171. "iconPath": "static/tabbar/find.png",
  172. "selectedIconPath": "static/tabbar/find-active.png",
  173. "text": "我的"
  174. }]
  175. }
  176. }