pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "职恋沂蒙",
  7. "enablePullDownRefresh": true,
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path" : "pages/index/base",
  13. "style" :
  14. {
  15. "navigationBarTitleText": "注册会员",
  16. "enablePullDownRefresh": false
  17. // "navigationStyle": "custom"
  18. }
  19. }
  20. ,{
  21. "path" : "pages/activity/activity",
  22. "style" :
  23. {
  24. "navigationBarTitleText": "",
  25. "enablePullDownRefresh": true,
  26. "navigationStyle": "custom"
  27. }
  28. }
  29. ,{
  30. "path" : "pages/auth/auth",
  31. "style" :
  32. {
  33. "navigationBarTitleText": "",
  34. "enablePullDownRefresh": true,
  35. "navigationStyle": "custom"
  36. }
  37. }
  38. // ,{
  39. // "path" : "pages/forum/forum",
  40. // "style" :
  41. // {
  42. // "navigationBarTitleText": "",
  43. // "enablePullDownRefresh": true,
  44. // "navigationStyle": "custom"
  45. // }
  46. // }
  47. ,{
  48. "path" : "pages/profile/profile",
  49. "style" :
  50. {
  51. "navigationBarTitleText": "",
  52. "enablePullDownRefresh": true,
  53. "navigationStyle": "custom"
  54. }
  55. }
  56. // ,{
  57. // "path" : "pages/forum/forumInfo",
  58. // "style" :
  59. // {
  60. // "navigationBarTitleText": "动态详情",
  61. // "enablePullDownRefresh": false
  62. // }
  63. // }
  64. // ,{
  65. // "path" : "pages/forum/publish",
  66. // "style" :
  67. // {
  68. // "navigationBarTitleText": "发布动态",
  69. // "enablePullDownRefresh": false
  70. // }
  71. // }
  72. ,{
  73. "path" : "pages/profile/set",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "设置",
  77. "enablePullDownRefresh": false
  78. }
  79. }
  80. ,{
  81. "path" : "pages/profile/suqiu",
  82. "style" :
  83. {
  84. "navigationBarTitleText": "择偶条件",
  85. "enablePullDownRefresh": false
  86. }
  87. }
  88. ,{
  89. "path" : "pages/profile/zhuxiao",
  90. "style" :
  91. {
  92. "navigationBarTitleText": "账号注销",
  93. "enablePullDownRefresh": false
  94. }
  95. }
  96. ,{
  97. "path" : "pages/profile/guanzhu",
  98. "style" :
  99. {
  100. "navigationBarTitleText": "关注",
  101. "enablePullDownRefresh": false
  102. }
  103. }
  104. ,{
  105. "path" : "pages/profile/fensi",
  106. "style" :
  107. {
  108. "navigationBarTitleText": "粉丝",
  109. "enablePullDownRefresh": false
  110. }
  111. }
  112. ,{
  113. "path" : "pages/profile/dianzan",
  114. "style" :
  115. {
  116. "navigationBarTitleText": "点赞",
  117. "enablePullDownRefresh": false
  118. }
  119. }
  120. ,{
  121. "path" : "pages/profile/ganxingqu",
  122. "style" :
  123. {
  124. "navigationBarTitleText": "感兴趣",
  125. "enablePullDownRefresh": false
  126. }
  127. }
  128. ,{
  129. "path" : "pages/profile/bangding",
  130. "style" :
  131. {
  132. "navigationBarTitleText": "",
  133. "enablePullDownRefresh": false
  134. }
  135. }
  136. ,{
  137. "path" : "pages/profile/changephone",
  138. "style" :
  139. {
  140. "navigationBarTitleText": "",
  141. "enablePullDownRefresh": false
  142. }
  143. }
  144. ,{
  145. "path" : "pages/profile/newphone",
  146. "style" :
  147. {
  148. "navigationBarTitleText": "",
  149. "enablePullDownRefresh": false
  150. }
  151. }
  152. ,{
  153. "path" : "pages/profile/mydongtai",
  154. "style" :
  155. {
  156. "navigationBarTitleText": "我的动态",
  157. "enablePullDownRefresh": false
  158. }
  159. }
  160. ,{
  161. "path" : "pages/activity/activityLIst",
  162. "style" :
  163. {
  164. "navigationBarTitleText": "报名活动",
  165. "enablePullDownRefresh": false
  166. }
  167. }
  168. ,{
  169. "path" : "pages/profile/reportList",
  170. "style" :
  171. {
  172. "navigationBarTitleText": "我的举报",
  173. "enablePullDownRefresh": false
  174. }
  175. }
  176. ,{
  177. "path" : "pages/profile/reportInfo",
  178. "style" :
  179. {
  180. "navigationBarTitleText": "我的举报",
  181. "enablePullDownRefresh": false
  182. }
  183. }
  184. ,{
  185. "path" : "pages/profile/personStatus",
  186. "style" :
  187. {
  188. "navigationBarTitleText": "个人状态",
  189. "enablePullDownRefresh": false
  190. }
  191. }
  192. ,{
  193. "path" : "pages/profile/myPage",
  194. "style" :
  195. {
  196. "navigationBarTitleText": "我的主页",
  197. "enablePullDownRefresh": false
  198. }
  199. }
  200. ,{
  201. "path" : "pages/profile/personPhoto",
  202. "style" :
  203. {
  204. "navigationBarTitleText": "个人照片",
  205. "enablePullDownRefresh": false
  206. }
  207. }
  208. ,{
  209. "path" : "pages/profile/jubao",
  210. "style" :
  211. {
  212. "navigationBarTitleText": "举报",
  213. "enablePullDownRefresh": false
  214. }
  215. }
  216. ,{
  217. "path" : "pages/activity/activityInfo",
  218. "style" :
  219. {
  220. "navigationBarTitleText": "活动详情",
  221. "enablePullDownRefresh": false
  222. }
  223. }
  224. ,{
  225. "path" : "pages/index/registerVip",
  226. "style" :
  227. {
  228. "navigationBarTitleText": "注册会员",
  229. "enablePullDownRefresh": false
  230. }
  231. }
  232. ,{
  233. "path" : "pages/index/pipei",
  234. "style" :
  235. {
  236. "navigationBarTitleText": "精准配对",
  237. "enablePullDownRefresh": false
  238. }
  239. }
  240. ,{
  241. "path" : "pages/index/pipeizhong",
  242. "style" :
  243. {
  244. "navigationBarTitleText": "智能匹配",
  245. "enablePullDownRefresh": false
  246. }
  247. }
  248. ,{
  249. "path" : "pages/index/recommend",
  250. "style" :
  251. {
  252. "navigationBarTitleText": "推荐分享",
  253. "enablePullDownRefresh": false
  254. }
  255. }
  256. ,{
  257. "path" : "pages/index/indexjubao",
  258. "style" :
  259. {
  260. "navigationBarTitleText": "我要举报",
  261. "enablePullDownRefresh": false
  262. }
  263. }
  264. ,{
  265. "path" : "pages/index/gonglue",
  266. "style" :
  267. {
  268. "navigationBarTitleText": "入会攻略",
  269. "enablePullDownRefresh": false
  270. }
  271. }
  272. ,{
  273. "path" : "pages/index/contactour",
  274. "style" :
  275. {
  276. "navigationBarTitleText": "联系我们",
  277. "enablePullDownRefresh": false
  278. }
  279. }
  280. ,{
  281. "path" : "pages/index/videoList",
  282. "style" :
  283. {
  284. "navigationBarTitleText": "精美视频",
  285. "enablePullDownRefresh": false
  286. }
  287. }
  288. ,{
  289. "path" : "pages/index/talkLove",
  290. "style" :
  291. {
  292. "navigationBarTitleText": "婚恋知识",
  293. "enablePullDownRefresh": false
  294. }
  295. }
  296. ,{
  297. "path" : "pages/index/talkInfo",
  298. "style" :
  299. {
  300. "navigationBarTitleText": "详情",
  301. "enablePullDownRefresh": false
  302. }
  303. }
  304. ,{
  305. "path" : "pages/index/videoInfo",
  306. "style" :
  307. {
  308. "navigationBarTitleText": "",
  309. "enablePullDownRefresh": false,
  310. "navigationStyle": "custom"
  311. }
  312. }
  313. ,{
  314. "path" : "pages/profile/otherPage",
  315. "style" :
  316. {
  317. "navigationBarTitleText": "个人首页",
  318. "enablePullDownRefresh": false
  319. }
  320. }
  321. ,{
  322. "path" : "pages/index/renzhengVip",
  323. "style" :
  324. {
  325. "navigationBarTitleText": "会员列表",
  326. "enablePullDownRefresh": false
  327. }
  328. }
  329. ,{
  330. "path" : "pages/profile/lifePhoto",
  331. "style" :
  332. {
  333. "navigationBarTitleText": "生活照片",
  334. "enablePullDownRefresh": false
  335. }
  336. }
  337. ,{
  338. "path" : "pages/profile/login",
  339. "style" :
  340. {
  341. "navigationBarTitleText": "",
  342. "enablePullDownRefresh": false,
  343. "navigationStyle": "custom"
  344. }
  345. }
  346. ,{
  347. "path" : "pages/auth/dengjibiao",
  348. "style" :
  349. {
  350. "navigationBarTitleText": "会员登记表",
  351. "enablePullDownRefresh": false
  352. }
  353. }
  354. ,{
  355. "path" : "pages/index/message",
  356. "style" :
  357. {
  358. "navigationBarTitleText": "消息",
  359. "enablePullDownRefresh": false
  360. }
  361. }
  362. ,{
  363. "path" : "pages/index/zixun",
  364. "style" :
  365. {
  366. "navigationBarTitleText": "情感咨询",
  367. "enablePullDownRefresh": false
  368. }
  369. }
  370. ,{
  371. "path" : "pages/profile/zixunList",
  372. "style" :
  373. {
  374. "navigationBarTitleText": "情感咨询记录",
  375. "enablePullDownRefresh": false
  376. }
  377. }
  378. ,{
  379. "path" : "pages/profile/zixunInfo",
  380. "style" :
  381. {
  382. "navigationBarTitleText": "记录详情",
  383. "enablePullDownRefresh": false
  384. }
  385. }
  386. ,{
  387. "path" : "pages/profile/fankuiList",
  388. "style" :
  389. {
  390. "navigationBarTitleText": "反馈记录",
  391. "enablePullDownRefresh": false
  392. }
  393. }
  394. ,{
  395. "path" : "pages/index/twoHappy",
  396. "style" :
  397. {
  398. "navigationBarTitleText": "喜上加喜",
  399. "enablePullDownRefresh": false
  400. }
  401. }
  402. ,{
  403. "path" : "pages/index/twoHappyInfo",
  404. "style" :
  405. {
  406. "navigationBarTitleText": "详情",
  407. "enablePullDownRefresh": false,
  408. "navigationStyle": "custom"
  409. }
  410. }
  411. ,{
  412. "path" : "pages/profile/fankuiinfo",
  413. "style" :
  414. {
  415. "navigationBarTitleText": "意见反馈",
  416. "enablePullDownRefresh": false
  417. }
  418. }
  419. ,{
  420. "path" : "pages/index/base1",
  421. "style" :
  422. {
  423. "navigationBarTitleText": "",
  424. "enablePullDownRefresh": false,
  425. "navigationStyle": "custom"
  426. }
  427. }
  428. ,{
  429. "path" : "pages/activity/webview",
  430. "style" :
  431. {
  432. "navigationBarTitleText": "",
  433. "enablePullDownRefresh": false
  434. }
  435. }
  436. ],
  437. "globalStyle": {
  438. "navigationBarTextStyle": "black",
  439. "navigationBarBackgroundColor": "#EAD9EF",
  440. "backgroundColor": "#EAD9EF"
  441. },
  442. "tabBar": {
  443. "selectedColor": "#9956FF",
  444. "color": "#222222",
  445. "backgroundColor": "#fff",
  446. "list": [{
  447. "pagePath": "pages/index/index",
  448. "text": "首页",
  449. "selectedIconPath": "./static/icon/10@2x.png",
  450. "iconPath": "./static/icon/2@2x.png"
  451. },
  452. {
  453. "pagePath": "pages/activity/activity",
  454. "text": "活动",
  455. "selectedIconPath": "./static/icon/8@2x.png",
  456. "iconPath": "./static/icon/1@2x.png"
  457. },
  458. {
  459. "pagePath": "pages/auth/auth",
  460. "text": "认证",
  461. "selectedIconPath": "./static/icon/3@2x.png",
  462. "iconPath": "./static/icon/4@2x.png"
  463. },
  464. // {
  465. // "pagePath": "pages/forum/forum",
  466. // "text": "论坛",
  467. // "selectedIconPath": "./static/icon/7@2x.png",
  468. // "iconPath": "./static/icon/5@2x.png"
  469. // },
  470. {
  471. "pagePath": "pages/profile/profile",
  472. "text": "我的",
  473. "selectedIconPath": "./static/icon/6@2x.png",
  474. "iconPath": "./static/icon/9@2x.png"
  475. }
  476. ]
  477. },
  478. "uniIdRouter": {}
  479. }