pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationStyle": "custom"
  6. }
  7. },
  8. // {
  9. // "path": "pages/main/main",
  10. // "style": {
  11. // "navigationStyle":"custom"
  12. // }
  13. // },
  14. {
  15. "path": "pages/matchList/index",
  16. "style": {
  17. "navigationBarTitleText": "活动专区"
  18. }
  19. },
  20. {
  21. "path": "pages/found/found",
  22. "style": {
  23. "navigationBarTitleText": "发现"
  24. }
  25. },
  26. {
  27. "path": "pages/user/user",
  28. "style": {
  29. "navigationStyle": "custom",
  30. "navigationBarTextStyle": "black",
  31. "navigationBarTitleText": "我的"
  32. }
  33. },
  34. {
  35. "path": "pages/interactive/index",
  36. "style": {
  37. "navigationBarTitleText": "互动社区"
  38. }
  39. },
  40. {
  41. "path": "pages/cart/cart",
  42. "style": {
  43. "navigationBarTitleText": "购物车"
  44. }
  45. },
  46. {
  47. "path": "pages/authorize/authorize",
  48. "style": {
  49. "navigationBarTitleText": ""
  50. }
  51. },
  52. {
  53. "path": "pages/about/about",
  54. "style": {
  55. "navigationBarTitleText": "关于我们"
  56. }
  57. },
  58. {
  59. "path": "pages/empty/empty",
  60. "style": {
  61. "navigationBarTitleText": "跳转页面"
  62. }
  63. },
  64. {
  65. "path": "pages/web/web",
  66. "style": {
  67. "navigationStyle": "custom",
  68. "navigationBarTitleText": ""
  69. }
  70. }
  71. ],
  72. "tabBar": {
  73. "custom": true,
  74. "list": [{
  75. "pagePath": "pages/index/index",
  76. "text": "首页"
  77. },
  78. {
  79. "pagePath": "pages/matchList/index",
  80. "text": "分类"
  81. },
  82. {
  83. "pagePath": "pages/interactive/index",
  84. "text": "社区"
  85. },
  86. {
  87. "pagePath": "pages/found/found",
  88. "text": "发现"
  89. },
  90. {
  91. "pagePath": "pages/user/user",
  92. "text": "我的"
  93. }
  94. ],
  95. "selectedColor": "#222",
  96. "color": "#888",
  97. "borderStyle": "black",
  98. "position": "bottom",
  99. "backgroundColor": "#fff"
  100. },
  101. "style": "v2",
  102. "sitemapLocation": "sitemap.json",
  103. "permission": {
  104. "scope.userLocation": {
  105. "desc": "方便您快速完善信息!"
  106. }
  107. },
  108. "plugins": {
  109. "routePlan": {
  110. "version": "1.0.12",
  111. "provider": "wx50b5593e81dd937a"
  112. }
  113. },
  114. "globalStyle": {
  115. "backgroundTextStyle": "light",
  116. "navigationBarBackgroundColor": "#fff",
  117. "navigationBarTitleText": "",
  118. "navigationBarTextStyle": "black",
  119. "onReachBottomDistance": 300
  120. },
  121. "subPackages": [{
  122. "root": "product",
  123. "pages": [
  124. {
  125. "path": "coupon/coupon",
  126. "style": {
  127. "navigationBarTitleText": "优惠券"
  128. }
  129. },
  130. {
  131. "path": "couponList/index",
  132. "style": {
  133. "navigationBarTitleText": "优惠券"
  134. }
  135. }
  136. ]
  137. },
  138. {
  139. "root": "chat",
  140. "pages": [{
  141. "path": "conversation/conversation",
  142. "style": {
  143. "navigationBarTitleText": "消息中心"
  144. }
  145. },
  146. {
  147. "path": "chatroom/chatroom",
  148. "style": {
  149. "navigationBarTitleText": "",
  150. "backgroundTextStyle": "dark",
  151. "enablePullDownRefresh": true,
  152. "app-plus": {
  153. "titleNView": {
  154. "buttons": [{
  155. "text": "...",
  156. "fontSrc": "./static/iconfont/iconfont.ttf",
  157. "fontSize": "24",
  158. "float": "right"
  159. }]
  160. }
  161. }
  162. }
  163. }
  164. ]
  165. },
  166. {
  167. "root": "mine",
  168. "pages": [{
  169. "path": "collect/collect",
  170. "style": {
  171. "navigationBarTitleText": "收藏"
  172. }
  173. },
  174. {
  175. "path": "address/address",
  176. "style": {
  177. "navigationBarTitleText": "收货地址"
  178. }
  179. },
  180. {
  181. "path": "addAddress/addAddress",
  182. "style": {
  183. "navigationBarTitleText": "添加新地址"
  184. }
  185. },
  186. {
  187. "path": "editAddress/editAddress",
  188. "style": {
  189. "navigationBarTitleText": "编辑地址"
  190. }
  191. },
  192. {
  193. "path": "coupons/coupons",
  194. "style": {
  195. "navigationBarTitleText": "优惠券"
  196. }
  197. },
  198. {
  199. "path": "footprint/footprint",
  200. "style": {
  201. "navigationBarTitleText": "足迹"
  202. }
  203. },
  204. {
  205. "path": "help/help",
  206. "style": {
  207. "navigationBarTitleText": "帮助中心"
  208. }
  209. },
  210. {
  211. "path": "page/page",
  212. "style": {
  213. "navigationBarTitleText": ""
  214. }
  215. },
  216. {
  217. "path": "feedback/feedback",
  218. "style": {
  219. "navigationBarTitleText": "建议与反馈"
  220. }
  221. },
  222. {
  223. "path": "userinfo/userinfo",
  224. "style": {
  225. "navigationBarTitleText": "个人资料"
  226. }
  227. },
  228. {
  229. "path": "vip/vip",
  230. "style": {
  231. "navigationBarBackgroundColor": "#D19C6B",
  232. "navigationBarTextStyle": "white",
  233. "navigationBarTitleText": "会员中心"
  234. }
  235. },
  236. {
  237. "path": "update/index",
  238. "style": {
  239. "navigationBarTitleText": "更新头像昵称"
  240. }
  241. },
  242. {
  243. "path": "news/news",
  244. "style": {
  245. "navigationBarTitleText": "消息列表"
  246. }
  247. }, {
  248. "path": "bindNumber/bindNumber",
  249. "style": {
  250. "navigationBarTitleText": "绑定工号"
  251. }
  252. }
  253. ]
  254. },
  255. {
  256. "root": "topic",
  257. "pages": [{
  258. "path": "contentList/contentList",
  259. "style": {
  260. "navigationBarTitleText": ""
  261. }
  262. },
  263. {
  264. "path": "content/content",
  265. "style": {
  266. "navigationBarTitleText": "详情"
  267. }
  268. },
  269. {
  270. "path": "alContent/alContent",
  271. "style": {
  272. "navigationBarTitleText": "投保案例"
  273. }
  274. }
  275. ]
  276. },
  277. {
  278. "root": "office",
  279. "pages": [
  280. // {
  281. // "path": "community/community",
  282. // "style": {
  283. // "navigationBarTitleText": "妈妈社区"
  284. // }
  285. // },
  286. {
  287. "path": "diary/diary",
  288. "style": {
  289. "navigationBarTitleText": "创建话题"
  290. }
  291. },
  292. {
  293. "path": "news/news",
  294. "style": {
  295. "navigationBarTitleText": ""
  296. }
  297. },
  298. {
  299. "path": "vote/vote",
  300. "style": {
  301. "navigationBarTitleText": "编辑投票"
  302. }
  303. },
  304. {
  305. "path": "product/product",
  306. "style": {
  307. "navigationBarTitleText": "添加商品"
  308. }
  309. },
  310. {
  311. "path": "topic/topic",
  312. "style": {
  313. "navigationBarTitleText": "话题"
  314. }
  315. },
  316. {
  317. "path": "add/add",
  318. "style": {
  319. "navigationBarTitleText": "添加链接"
  320. }
  321. },
  322. {
  323. "path": "detail/detail",
  324. "style": {
  325. "navigationBarTitleText": "详情"
  326. }
  327. },
  328. {
  329. "path": "comments/comments",
  330. "style": {
  331. "navigationBarTitleText": "评论详情"
  332. }
  333. },
  334. {
  335. "path": "voteList/voteList",
  336. "style": {
  337. "navigationBarTitleText": "投票"
  338. }
  339. },
  340. {
  341. "path": "tree/index",
  342. "style": {
  343. "navigationBarTitleText": "动态分类"
  344. }
  345. },
  346. {
  347. "path": "poi/index",
  348. "style": {
  349. "navigationStyle": "custom",
  350. "navigationBarTitleText": "POI位置"
  351. }
  352. },
  353. {
  354. "path": "location/index",
  355. "style": {
  356. "navigationBarTitleText": "选择位置"
  357. }
  358. },
  359. {
  360. "path": "team/index",
  361. "style": {
  362. "navigationStyle": "custom",
  363. "navigationBarTitleText": "小区主页"
  364. }
  365. },
  366. {
  367. "path": "teamInfo/index",
  368. "style": {
  369. "navigationBarTitleText": "小区简介"
  370. }
  371. },
  372. {
  373. "path": "createTeam/index",
  374. "style": {
  375. "navigationBarTitleText": "创建小区"
  376. }
  377. },
  378. {
  379. "path": "myTeam/index",
  380. "style": {
  381. "navigationBarTitleText": "我的小区"
  382. }
  383. },
  384. {
  385. "path": "search/index",
  386. "style": {
  387. "navigationBarTitleText": "搜索"
  388. }
  389. },
  390. {
  391. "path": "follow/index",
  392. "style": {
  393. "navigationBarTitleText": "我的关注"
  394. }
  395. },
  396. {
  397. "path": "addActivity/addActivity",
  398. "style": {
  399. "navigationBarTitleText": "关联活动"
  400. }
  401. }
  402. ]
  403. },
  404. {
  405. "root": "topics",
  406. "pages": [{
  407. "path": "index/index",
  408. "style": {
  409. "navigationBarTitleText": "话题广场"
  410. }
  411. },
  412. {
  413. "path": "detail/detail",
  414. "style": {
  415. "navigationStyle": "custom"
  416. }
  417. },
  418. {
  419. "path": "release/release",
  420. "style": {
  421. "navigationBarTitleText": "我发布的"
  422. }
  423. },
  424. {
  425. "path": "home/home",
  426. "style": {
  427. "navigationStyle": "custom"
  428. }
  429. },
  430. {
  431. "path": "collection/collection",
  432. "style": {
  433. "navigationBarTitleText": "我的收藏"
  434. }
  435. }
  436. ]
  437. },
  438. {
  439. "root": "match",
  440. "pages": [{
  441. "path": "list/index",
  442. "style": {
  443. "navigationBarTitleText": "活动"
  444. }
  445. },
  446. {
  447. "path": "activityDetail/activityDetail",
  448. "style": {
  449. "navigationBarTitleText": "活动详情"
  450. }
  451. },
  452. {
  453. "path": "sign/sign",
  454. "style": {
  455. "navigationBarTitleText": "报名表单"
  456. }
  457. },
  458. {
  459. "path": "signConfirm/signConfirm",
  460. "style": {
  461. "navigationBarTitleText": "确认订单"
  462. }
  463. },
  464. {
  465. "path": "success/success",
  466. "style": {
  467. "navigationBarTitleText": "报名成功"
  468. }
  469. },
  470. {
  471. "path": "activity/activity",
  472. "style": {
  473. "navigationBarTitleText": "我报名的活动"
  474. }
  475. },
  476. {
  477. "path": "activityDet/activityDet",
  478. "style": {
  479. "navigationBarTitleText": "活动详情"
  480. }
  481. },
  482. {
  483. "path": "activityManage/activityManage",
  484. "style": {
  485. "navigationBarTitleText": "活动管理"
  486. }
  487. },
  488. {
  489. "path": "activityEdit/activityEdit",
  490. "style": {
  491. "navigationBarTitleText": "创建活动"
  492. }
  493. }, {
  494. "path": "signPerson/signPerson",
  495. "style": {
  496. "navigationBarTitleText": "填写报名信息"
  497. }
  498. },
  499. {
  500. "path": "editorContent/editorContent",
  501. "style": {
  502. "navigationBarTitleText": "活动详情"
  503. }
  504. }
  505. ]
  506. },
  507. {
  508. "root": "card",
  509. "pages": [{
  510. "path": "not/not",
  511. "style": {
  512. "navigationBarTitleText": "我的名片",
  513. "app-plus": {
  514. "titleNView": {
  515. "titleAlign": "left"
  516. }
  517. }
  518. }
  519. },
  520. {
  521. "path": "index/index",
  522. "style": {
  523. "navigationBarTitleText": "我的名片",
  524. "navigationStyle": "custom"
  525. }
  526. },
  527. {
  528. "path": "create/create",
  529. "style": {
  530. "navigationBarTitleText": "创建名片",
  531. "app-plus": {
  532. "titleNView": {
  533. "titleAlign": "left"
  534. }
  535. }
  536. }
  537. }, {
  538. "path": "editDesc/editDesc",
  539. "style": {
  540. "navigationBarTitleText": "编辑个人简介",
  541. "enablePullDownRefresh": false,
  542. "app-plus": {
  543. "titleNView": {
  544. "titleAlign": "left"
  545. }
  546. }
  547. }
  548. }, {
  549. "path": "poster/poster",
  550. "style": {
  551. "navigationBarTitleText": "名片码",
  552. "enablePullDownRefresh": false,
  553. "app-plus": {
  554. "titleNView": {
  555. "titleAlign": "left"
  556. }
  557. }
  558. }
  559. },
  560. {
  561. "path": "network/network",
  562. "style": {
  563. "navigationBarTitleText": "IP名片"
  564. }
  565. },
  566. {
  567. "path": "myNetWork/myNetWork",
  568. "style": {
  569. "navigationBarTitleText": "我的人脉"
  570. }
  571. },
  572. {
  573. "path": "industry/industry",
  574. "style": {
  575. "navigationBarTitleText": "行业"
  576. }
  577. },
  578. {
  579. "path": "groupManage/groupManage",
  580. "style": {
  581. "navigationBarTitleText": "分组管理"
  582. }
  583. },
  584. {
  585. "path": "addGroup/addGroup",
  586. "style": {
  587. "navigationBarTitleText": "新增分组"
  588. }
  589. },
  590. {
  591. "path": "cardList/cardList",
  592. "style": {
  593. "navigationBarTitleText": "顾问"
  594. }
  595. },
  596. {
  597. "path": "cardDetail/cardDetail",
  598. "style": {
  599. "navigationBarTitleText": ""
  600. }
  601. }, {
  602. "path": "cardFound/cardFound",
  603. "style": {
  604. "navigationBarTitleText": "寻找保险顾问"
  605. }
  606. }, {
  607. "path": "evaluate/evaluate",
  608. "style": {
  609. "navigationBarTitleText": "评价"
  610. }
  611. }, {
  612. "path": "evaluateList/evaluateList",
  613. "style": {
  614. "navigationBarTitleText": "所有评价"
  615. }
  616. }
  617. ]
  618. },
  619. {
  620. "root": "library",
  621. "pages": [{
  622. "path": "poster/index",
  623. "style": {
  624. "navigationBarTitleText": ""
  625. }
  626. }, {
  627. "path": "posterService/posterService",
  628. "style": {
  629. "navigationBarTitleText": "海报"
  630. }
  631. }, {
  632. "path": "productLink/productLink",
  633. "style": {
  634. "navigationBarTitleText": "产品链接"
  635. }
  636. }, {
  637. "path": "page/page",
  638. "style": {
  639. "navigationBarTitleText": "营销单页"
  640. }
  641. }, {
  642. "path": "pageDetail/index",
  643. "style": {
  644. "navigationBarTitleText": ""
  645. }
  646. }]
  647. }
  648. ]
  649. }