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

269 lines
5.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/register/basicInfo",
  22. "style": {
  23. "navigationBarTitleText": "会员注册-基本信息"
  24. }
  25. },
  26. {
  27. "path": "pages/register/perfectInfo",
  28. "style": {
  29. "navigationBarTitleText": "会员注册-完善信息"
  30. }
  31. },
  32. {
  33. "path": "pages/register/chooseMate",
  34. "style": {
  35. "navigationBarTitleText": "会员注册-择偶条件"
  36. }
  37. },
  38. {
  39. "path": "pages/register/workFamily",
  40. "style": {
  41. "navigationBarTitleText": "会员注册-工作家庭"
  42. }
  43. },
  44. {
  45. "path": "pages/upTheWall/upTheWall",
  46. "style": {
  47. "navigationBarTitleText": "我要上墙"
  48. }
  49. },
  50. {
  51. "path": "pages/login/index",
  52. "style": {
  53. "navigationBarTitleText": "登录",
  54. "enablePullDownRefresh": true
  55. }
  56. },
  57. {
  58. "path": "pages/my/index",
  59. "style": {
  60. "navigationBarTitleText": "我的",
  61. "navigationBarBackgroundColor": "#FE3EA5",
  62. "navigationBarTextStyle": "white"
  63. }
  64. },
  65. {
  66. "path": "pages/my/exclusiveMatch",
  67. "style": {
  68. "navigationBarTitleText": "专属红娘",
  69. "navigationBarBackgroundColor": "#FE3EA5",
  70. "navigationBarTextStyle": "white"
  71. }
  72. },
  73. {
  74. "path": "pages/my/authentication",
  75. "style": {
  76. "navigationBarTitleText": "实名认证"
  77. }
  78. },
  79. {
  80. "path": "pages/my/service",
  81. "style": {
  82. "navigationBarTitleText": "客服",
  83. "navigationBarBackgroundColor": "#FE3EA5",
  84. "navigationBarTextStyle": "white"
  85. }
  86. },
  87. {
  88. "path": "pages/my/uploadInfo",
  89. "style": {
  90. "navigationBarTitleText": "上传身份证信息"
  91. }
  92. },
  93. {
  94. "path": "pages/my/collect",
  95. "style": {
  96. "navigationBarTitleText": "我的收藏"
  97. }
  98. },
  99. {
  100. "path": "pages/my/editInfo",
  101. "style": {
  102. "navigationBarTitleText": "编辑资料"
  103. }
  104. },
  105. {
  106. "path": "pages/my/matePerfance",
  107. "style": {
  108. "navigationBarTitleText": "择偶要求"
  109. }
  110. },
  111. {
  112. "path": "pages/my/workEconomy",
  113. "style": {
  114. "navigationBarTitleText": "工作经济家庭"
  115. }
  116. },
  117. {
  118. "path": "pages/my/welfare",
  119. "style": {
  120. "navigationBarTitleText": "福利中心",
  121. "navigationBarBackgroundColor": "#FE3EA5",
  122. "navigationBarTextStyle": "white"
  123. }
  124. },
  125. {
  126. "path": "pages/my/memberDetails",
  127. "style": {
  128. "navigationBarTitleText": "会员详情"
  129. }
  130. },
  131. {
  132. "path": "pages/my/officialAccount",
  133. "style": {
  134. "navigationBarTitleText": "关注公众号"
  135. }
  136. },
  137. {
  138. "path": "pages/my/contact",
  139. "style": {
  140. "navigationBarTitleText": "联系"
  141. }
  142. },
  143. {
  144. "path": "pages/my/setting",
  145. "style": {
  146. "navigationBarTitleText": "设置"
  147. }
  148. },
  149. {
  150. "path": "pages/my/qzone",
  151. "style": {
  152. "navigationBarTitleText": "我的动态"
  153. }
  154. },
  155. {
  156. "path": "pages/my/memberVip",
  157. "style": {
  158. "navigationBarTitleText": "VIP会员",
  159. "navigationBarBackgroundColor": "#FE3EA5",
  160. "navigationBarTextStyle": "white"
  161. }
  162. },
  163. {
  164. "path": "pages/userList/userList",
  165. "style": {
  166. "navigationBarTitleText": "相亲交友"
  167. }
  168. },
  169. {
  170. "path": "pages/signIn/signIn",
  171. "style": {
  172. "navigationBarTitleText": "签到"
  173. }
  174. },
  175. {
  176. "path": "pages/find/find",
  177. "style": {
  178. "navigationBarTitleText": "发现",
  179. "enablePullDownRefresh": true
  180. }
  181. },
  182. {
  183. "path": "pages/messageCenter/index",
  184. "style": {
  185. "navigationBarTitleText": "消息"
  186. }
  187. },
  188. {
  189. "path": "pages/messageCenter/system",
  190. "style": {
  191. "navigationBarTitleText": "系统消息"
  192. }
  193. },
  194. {
  195. "path": "pages/saySomething/saySomething",
  196. "style": {
  197. "navigationBarTitleText": "发表动态"
  198. }
  199. },
  200. {
  201. "path": "pages/personalTailor/personalTailor",
  202. "style": {
  203. "navigationBarTitleText": "私人定制"
  204. }
  205. },
  206. {
  207. "path": "pages/test/test",
  208. "style": {
  209. "navigationBarTitleText": "测试专用"
  210. }
  211. },
  212. {
  213. "path": "pages/my/innerMonologue",
  214. "style": {
  215. "navigationBarTitleText": "内心独白"
  216. }
  217. },
  218. {
  219. "path": "pages/my/basicInformation",
  220. "style": {
  221. "navigationBarTitleText": "基本资料"
  222. }
  223. },
  224. {
  225. "path": "pages/my/photoImage",
  226. "style": {
  227. "navigationBarTitleText": "形象照"
  228. }
  229. }
  230. ],
  231. "globalStyle": {
  232. "navigationBarTextStyle": "black",
  233. "navigationBarTitleText": "相亲交友",
  234. "navigationBarBackgroundColor": "#FFFFFF",
  235. "backgroundColor": "#F8F8F8"
  236. },
  237. "tabBar": {
  238. "color": "#222222",
  239. "selectedColor": "#E21196",
  240. "borderStyle": "black",
  241. "backgroundColor": "#ffffff",
  242. "list": [{
  243. "pagePath": "pages/index/index",
  244. "iconPath": "static/tabbar/home.png",
  245. "selectedIconPath": "static/tabbar/home-active.png",
  246. "text": "首页"
  247. },{
  248. "pagePath": "pages/find/find",
  249. "iconPath": "static/tabbar/find.png",
  250. "selectedIconPath": "static/tabbar/find-active.png",
  251. "text": "发现"
  252. },{
  253. "pagePath": "pages/personalTailor/personalTailor",
  254. "iconPath": "static/tabbar/customized.png",
  255. "selectedIconPath": "static/tabbar/customized-active.png",
  256. "text": "私人定制"
  257. },{
  258. "pagePath": "pages/messageCenter/index",
  259. "iconPath": "static/tabbar/message.png",
  260. "selectedIconPath": "static/tabbar/message-active.png",
  261. "text": "消息"
  262. },{
  263. "pagePath": "pages/my/index",
  264. "iconPath": "static/tabbar/my.png",
  265. "selectedIconPath": "static/tabbar/my-active.png",
  266. "text": "我的"
  267. }]
  268. }
  269. }