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

348 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
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. "navigationStyle": "custom"
  250. }
  251. },
  252. {
  253. "path": "pages/test/drag",
  254. "style": {
  255. "navigationBarTitleText": "测试拖拽"
  256. }
  257. },
  258. {
  259. "path": "pages/my/innerMonologue",
  260. "style": {
  261. "navigationBarTitleText": "内心独白"
  262. }
  263. },
  264. {
  265. "path": "pages/my/basicInformation",
  266. "style": {
  267. "navigationBarTitleText": "基本资料"
  268. }
  269. },
  270. {
  271. "path": "pages/my/photoImage",
  272. "style": {
  273. "navigationBarTitleText": "形象照"
  274. }
  275. },
  276. {
  277. "path": "pages/my/getRedLine",
  278. "style": {
  279. "navigationBarTitleText": "获取红线"
  280. }
  281. },
  282. {
  283. "path": "pages/my/bindPhone",
  284. "style": {
  285. "navigationBarTitleText": "绑定手机号",
  286. "navigationBarBackgroundColor": "#FE3EA5",
  287. "navigationBarTextStyle": "white"
  288. }
  289. },
  290. {
  291. "path": "pages/my/addWechatNumber",
  292. "style": {
  293. "navigationBarTitleText": "添加微信号",
  294. "navigationBarBackgroundColor": "#FE3EA5",
  295. "navigationBarTextStyle": "white"
  296. }
  297. },
  298. {
  299. "path": "pages/webview/index",
  300. "style": {
  301. "navigationBarTitleText": "相亲交友"
  302. }
  303. }
  304. ],
  305. "globalStyle": {
  306. "navigationBarTextStyle": "black",
  307. "navigationBarTitleText": "相亲交友",
  308. "navigationBarBackgroundColor": "#FFFFFF",
  309. "backgroundColor": "#F8F8F8"
  310. },
  311. "tabBar": {
  312. "color": "#222222",
  313. "selectedColor": "#E21196",
  314. "borderStyle": "black",
  315. "backgroundColor": "#ffffff",
  316. "list": [{
  317. "pagePath": "pages/index/index",
  318. "iconPath": "static/tabbar/home.png",
  319. "selectedIconPath": "static/tabbar/home-active.png",
  320. "text": "首页"
  321. },{
  322. "pagePath": "pages/my/index",
  323. "iconPath": "static/tabbar/my.png",
  324. "selectedIconPath": "static/tabbar/my-active.png",
  325. "text": "我的"
  326. }]
  327. //
  328. // {
  329. // "pagePath": "pages/find/find",
  330. // "iconPath": "static/tabbar/find.png",
  331. // "selectedIconPath": "static/tabbar/find-active.png",
  332. // "text": "发现"
  333. // },
  334. // {
  335. // "pagePath": "pages/messageCenter/index",
  336. // "iconPath": "static/tabbar/message.png",
  337. // "selectedIconPath": "static/tabbar/message-active.png",
  338. // "text": "消息"
  339. // },
  340. // {
  341. // "pagePath": "pages/personalTailor/personalTailor",
  342. // "iconPath": "static/tabbar/customized.png",
  343. // "selectedIconPath": "static/tabbar/customized-active.png",
  344. // "text": "私人定制"
  345. // },
  346. }
  347. }