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

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