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

296 lines
6.2 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/seeMe",
  107. "style": {
  108. "navigationBarTitleText": "谁看过我"
  109. }
  110. },
  111. {
  112. "path": "pages/my/likeMe",
  113. "style": {
  114. "navigationBarTitleText": "喜欢我的"
  115. }
  116. },
  117. {
  118. "path": "pages/my/editInfo",
  119. "style": {
  120. "navigationBarTitleText": "编辑资料"
  121. }
  122. },
  123. {
  124. "path": "pages/my/matePerfance",
  125. "style": {
  126. "navigationBarTitleText": "择偶要求"
  127. }
  128. },
  129. {
  130. "path": "pages/my/workEconomy",
  131. "style": {
  132. "navigationBarTitleText": "工作经济家庭"
  133. }
  134. },
  135. {
  136. "path": "pages/my/welfare",
  137. "style": {
  138. "navigationBarTitleText": "福利中心",
  139. "navigationBarBackgroundColor": "#FE3EA5",
  140. "navigationBarTextStyle": "white"
  141. }
  142. },
  143. {
  144. "path": "pages/my/memberDetails",
  145. "style": {
  146. "navigationBarTitleText": "会员详情"
  147. }
  148. },
  149. {
  150. "path": "pages/my/officialAccount",
  151. "style": {
  152. "navigationBarTitleText": "关注公众号"
  153. }
  154. },
  155. {
  156. "path": "pages/my/contact",
  157. "style": {
  158. "navigationBarTitleText": "联系"
  159. }
  160. },
  161. {
  162. "path": "pages/my/setting",
  163. "style": {
  164. "navigationBarTitleText": "设置"
  165. }
  166. },
  167. {
  168. "path": "pages/my/qzone",
  169. "style": {
  170. "navigationBarTitleText": "我的动态"
  171. }
  172. },
  173. {
  174. "path": "pages/my/memberVip",
  175. "style": {
  176. "navigationBarTitleText": "VIP会员",
  177. "navigationBarBackgroundColor": "#FE3EA5",
  178. "navigationBarTextStyle": "white"
  179. }
  180. },
  181. {
  182. "path": "pages/userList/userList",
  183. "style": {
  184. "navigationBarTitleText": "相亲交友"
  185. }
  186. },
  187. {
  188. "path": "pages/signIn/signIn",
  189. "style": {
  190. "navigationBarTitleText": "签到"
  191. }
  192. },
  193. {
  194. "path": "pages/find/find",
  195. "style": {
  196. "navigationBarTitleText": "发现",
  197. "enablePullDownRefresh": true
  198. }
  199. },
  200. {
  201. "path": "pages/messageCenter/index",
  202. "style": {
  203. "navigationBarTitleText": "消息"
  204. }
  205. },
  206. {
  207. "path": "pages/messageCenter/system",
  208. "style": {
  209. "navigationBarTitleText": "系统消息"
  210. }
  211. },
  212. {
  213. "path": "pages/saySomething/saySomething",
  214. "style": {
  215. "navigationBarTitleText": "发表动态"
  216. }
  217. },
  218. {
  219. "path": "pages/personalTailor/personalTailor",
  220. "style": {
  221. "navigationBarTitleText": "私人定制"
  222. }
  223. },
  224. {
  225. "path": "pages/test/test",
  226. "style": {
  227. "navigationBarTitleText": "测试专用"
  228. }
  229. },
  230. {
  231. "path": "pages/test/drag",
  232. "style": {
  233. "navigationBarTitleText": "测试拖拽"
  234. }
  235. },
  236. {
  237. "path": "pages/my/innerMonologue",
  238. "style": {
  239. "navigationBarTitleText": "内心独白"
  240. }
  241. },
  242. {
  243. "path": "pages/my/basicInformation",
  244. "style": {
  245. "navigationBarTitleText": "基本资料"
  246. }
  247. },
  248. {
  249. "path": "pages/my/photoImage",
  250. "style": {
  251. "navigationBarTitleText": "形象照"
  252. }
  253. }
  254. ],
  255. "globalStyle": {
  256. "navigationBarTextStyle": "black",
  257. "navigationBarTitleText": "相亲交友",
  258. "navigationBarBackgroundColor": "#FFFFFF",
  259. "backgroundColor": "#F8F8F8"
  260. },
  261. "tabBar": {
  262. "color": "#222222",
  263. "selectedColor": "#E21196",
  264. "borderStyle": "black",
  265. "backgroundColor": "#ffffff",
  266. "list": [{
  267. "pagePath": "pages/index/index",
  268. "iconPath": "static/tabbar/home.png",
  269. "selectedIconPath": "static/tabbar/home-active.png",
  270. "text": "首页"
  271. },{
  272. "pagePath": "pages/find/find",
  273. "iconPath": "static/tabbar/find.png",
  274. "selectedIconPath": "static/tabbar/find-active.png",
  275. "text": "发现"
  276. },{
  277. "pagePath": "pages/messageCenter/index",
  278. "iconPath": "static/tabbar/message.png",
  279. "selectedIconPath": "static/tabbar/message-active.png",
  280. "text": "消息"
  281. },{
  282. "pagePath": "pages/my/index",
  283. "iconPath": "static/tabbar/my.png",
  284. "selectedIconPath": "static/tabbar/my-active.png",
  285. "text": "我的"
  286. }]
  287. //
  288. // {
  289. // "pagePath": "pages/personalTailor/personalTailor",
  290. // "iconPath": "static/tabbar/customized.png",
  291. // "selectedIconPath": "static/tabbar/customized-active.png",
  292. // "text": "私人定制"
  293. // },
  294. }
  295. }