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

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