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

347 lines
7.3 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/login/index",
  15. "style": {
  16. "navigationBarTitleText": "登录中",
  17. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/wallMember/wallMember",
  22. "style": {
  23. "navigationBarTitleText": "上墙会员",
  24. "enablePullDownRefresh": true
  25. }
  26. },
  27. {
  28. "path": "pages/wallMember/getRed",
  29. "style": {
  30. "navigationBarTitleText": "获取红线",
  31. "enablePullDownRefresh": true
  32. }
  33. },
  34. {
  35. "path": "pages/wallMember/contactedMember",
  36. "style": {
  37. "navigationBarTitleText": "联系过的人",
  38. "enablePullDownRefresh": true
  39. }
  40. },
  41. {
  42. "path": "pages/register/basicInfo",
  43. "style": {
  44. "navigationBarTitleText": "会员注册-基本信息"
  45. }
  46. },
  47. {
  48. "path": "pages/payState/paystate",
  49. "style": {
  50. "navigationBarTitleText": "支付结果"
  51. }
  52. },
  53. {
  54. "path": "pages/register/perfectInfo",
  55. "style": {
  56. "navigationBarTitleText": "会员注册-完善信息"
  57. }
  58. },
  59. {
  60. "path": "pages/register/chooseMate",
  61. "style": {
  62. "navigationBarTitleText": "会员注册-择偶条件"
  63. }
  64. },
  65. {
  66. "path": "pages/register/workFamily",
  67. "style": {
  68. "navigationBarTitleText": "会员注册-工作家庭"
  69. }
  70. },
  71. {
  72. "path": "pages/register/authorization",
  73. "style": {
  74. "navigationBarTitleText": "注册账号"
  75. }
  76. },
  77. {
  78. "path": "pages/upTheWall/upTheWall",
  79. "style": {
  80. "navigationBarTitleText": "我要上墙"
  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. "enablePullDownRefresh": true
  206. }
  207. },
  208. {
  209. "path": "pages/signIn/signIn",
  210. "style": {
  211. "navigationBarTitleText": "签到"
  212. }
  213. },
  214. {
  215. "path": "pages/find/find",
  216. "style": {
  217. "navigationBarTitleText": "发现",
  218. "enablePullDownRefresh": true
  219. }
  220. },
  221. {
  222. "path": "pages/messageCenter/index",
  223. "style": {
  224. "navigationBarTitleText": "消息"
  225. }
  226. },
  227. {
  228. "path": "pages/messageCenter/system",
  229. "style": {
  230. "navigationBarTitleText": "系统消息"
  231. }
  232. },
  233. {
  234. "path": "pages/saySomething/saySomething",
  235. "style": {
  236. "navigationBarTitleText": "发表动态"
  237. }
  238. },
  239. {
  240. "path": "pages/personalTailor/personalTailor",
  241. "style": {
  242. "navigationBarTitleText": "私人定制"
  243. }
  244. },
  245. {
  246. "path": "pages/test/test",
  247. "style": {
  248. "navigationBarTitleText": "测试专用"
  249. }
  250. },
  251. {
  252. "path": "pages/test/drag",
  253. "style": {
  254. "navigationBarTitleText": "测试拖拽"
  255. }
  256. },
  257. {
  258. "path": "pages/my/innerMonologue",
  259. "style": {
  260. "navigationBarTitleText": "内心独白"
  261. }
  262. },
  263. {
  264. "path": "pages/my/basicInformation",
  265. "style": {
  266. "navigationBarTitleText": "基本资料"
  267. }
  268. },
  269. {
  270. "path": "pages/my/photoImage",
  271. "style": {
  272. "navigationBarTitleText": "形象照"
  273. }
  274. },
  275. {
  276. "path": "pages/my/getRedLine",
  277. "style": {
  278. "navigationBarTitleText": "获取红线"
  279. }
  280. },
  281. {
  282. "path": "pages/my/bindPhone",
  283. "style": {
  284. "navigationBarTitleText": "绑定手机号",
  285. "navigationBarBackgroundColor": "#FE3EA5",
  286. "navigationBarTextStyle": "white"
  287. }
  288. },
  289. {
  290. "path": "pages/my/addWechatNumber",
  291. "style": {
  292. "navigationBarTitleText": "添加微信号",
  293. "navigationBarBackgroundColor": "#FE3EA5",
  294. "navigationBarTextStyle": "white"
  295. }
  296. },
  297. {
  298. "path": "pages/webview/index",
  299. "style": {
  300. "navigationBarTitleText": "相亲交友"
  301. }
  302. }
  303. ],
  304. "globalStyle": {
  305. "navigationBarTextStyle": "black",
  306. "navigationBarTitleText": "相亲交友",
  307. "navigationBarBackgroundColor": "#FFFFFF",
  308. "backgroundColor": "#F8F8F8"
  309. },
  310. "tabBar": {
  311. "color": "#222222",
  312. "selectedColor": "#E21196",
  313. "borderStyle": "black",
  314. "backgroundColor": "#ffffff",
  315. "list": [{
  316. "pagePath": "pages/index/index",
  317. "iconPath": "static/tabbar/home.png",
  318. "selectedIconPath": "static/tabbar/home-active.png",
  319. "text": "首页"
  320. },{
  321. "pagePath": "pages/my/index",
  322. "iconPath": "static/tabbar/my.png",
  323. "selectedIconPath": "static/tabbar/my-active.png",
  324. "text": "我的"
  325. }]
  326. //
  327. // {
  328. // "pagePath": "pages/find/find",
  329. // "iconPath": "static/tabbar/find.png",
  330. // "selectedIconPath": "static/tabbar/find-active.png",
  331. // "text": "发现"
  332. // },
  333. // {
  334. // "pagePath": "pages/messageCenter/index",
  335. // "iconPath": "static/tabbar/message.png",
  336. // "selectedIconPath": "static/tabbar/message-active.png",
  337. // "text": "消息"
  338. // },
  339. // {
  340. // "pagePath": "pages/personalTailor/personalTailor",
  341. // "iconPath": "static/tabbar/customized.png",
  342. // "selectedIconPath": "static/tabbar/customized-active.png",
  343. // "text": "私人定制"
  344. // },
  345. }
  346. }