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

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