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

168 lines
3.6 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/setting",
  105. "style": {
  106. "navigationBarTitleText": "VIP会员"
  107. }
  108. },
  109. {
  110. "path": "pages/userList/userList",
  111. "style": {
  112. "navigationBarTitleText": "VIP相亲交友"
  113. }
  114. },
  115. {
  116. "path": "pages/signIn/signIn",
  117. "style": {
  118. "navigationBarTitleText": "签到"
  119. }
  120. },
  121. {
  122. "path": "pages/find/find",
  123. "style": {
  124. "navigationBarTitleText": "发现",
  125. "enablePullDownRefresh": true
  126. }
  127. },
  128. {
  129. "path": "pages/messageCenter/index",
  130. "style": {
  131. "navigationBarTitleText": "消息"
  132. }
  133. }
  134. ],
  135. "globalStyle": {
  136. "navigationBarTextStyle": "black",
  137. "navigationBarTitleText": "相亲交友",
  138. "navigationBarBackgroundColor": "#FFFFFF",
  139. "backgroundColor": "#F8F8F8"
  140. },
  141. "tabBar": {
  142. "color": "#333333",
  143. "selectedColor": "#1998FE",
  144. "borderStyle": "black",
  145. "backgroundColor": "#ffffff",
  146. "list": [{
  147. "pagePath": "pages/index/index",
  148. "iconPath": "static/tabbar/home.png",
  149. "selectedIconPath": "static/tabbar/home-active.png",
  150. "text": "首页"
  151. },{
  152. "pagePath": "pages/find/find",
  153. "iconPath": "static/tabbar/find.png",
  154. "selectedIconPath": "static/tabbar/find-active.png",
  155. "text": "发现"
  156. },{
  157. "pagePath": "pages/messageCenter/index",
  158. "iconPath": "static/tabbar/find.png",
  159. "selectedIconPath": "static/tabbar/find-active.png",
  160. "text": "消息"
  161. },{
  162. "pagePath": "pages/my/index",
  163. "iconPath": "static/tabbar/find.png",
  164. "selectedIconPath": "static/tabbar/find-active.png",
  165. "text": "我的"
  166. }]
  167. }
  168. }