pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  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. "path": "follow/index",
  254. "style": {
  255. "navigationBarTitleText": "我的关注"
  256. }
  257. }
  258. ]
  259. },
  260. {
  261. "root": "topic",
  262. "pages": [{
  263. "path": "contentList/contentList",
  264. "style": {
  265. "navigationBarTitleText": ""
  266. }
  267. },
  268. {
  269. "path": "content/content",
  270. "style": {
  271. "navigationBarTitleText": "详情"
  272. }
  273. },
  274. {
  275. "path": "alContent/alContent",
  276. "style": {
  277. "navigationBarTitleText": "投保案例"
  278. }
  279. }
  280. ]
  281. },
  282. {
  283. "root": "office",
  284. "pages": [
  285. // {
  286. // "path": "community/community",
  287. // "style": {
  288. // "navigationBarTitleText": "妈妈社区"
  289. // }
  290. // },
  291. {
  292. "path": "diary/diary",
  293. "style": {
  294. "navigationBarTitleText": "创建话题"
  295. }
  296. },
  297. {
  298. "path": "news/news",
  299. "style": {
  300. "navigationBarTitleText": ""
  301. }
  302. },
  303. {
  304. "path": "vote/vote",
  305. "style": {
  306. "navigationBarTitleText": "编辑投票"
  307. }
  308. },
  309. {
  310. "path": "product/product",
  311. "style": {
  312. "navigationBarTitleText": "添加商品"
  313. }
  314. },
  315. {
  316. "path": "topic/topic",
  317. "style": {
  318. "navigationBarTitleText": "话题"
  319. }
  320. },
  321. {
  322. "path": "add/add",
  323. "style": {
  324. "navigationBarTitleText": "添加链接"
  325. }
  326. },
  327. {
  328. "path": "detail/detail",
  329. "style": {
  330. "navigationBarTitleText": "详情"
  331. }
  332. },
  333. {
  334. "path": "comments/comments",
  335. "style": {
  336. "navigationBarTitleText": "评论详情"
  337. }
  338. },
  339. {
  340. "path": "voteList/voteList",
  341. "style": {
  342. "navigationBarTitleText": "投票"
  343. }
  344. },
  345. {
  346. "path": "tree/index",
  347. "style": {
  348. "navigationBarTitleText": "动态分类"
  349. }
  350. },
  351. {
  352. "path": "poi/index",
  353. "style": {
  354. "navigationStyle": "custom",
  355. "navigationBarTitleText": "POI位置"
  356. }
  357. },
  358. {
  359. "path": "location/index",
  360. "style": {
  361. "navigationBarTitleText": "选择位置"
  362. }
  363. },
  364. {
  365. "path": "team/index",
  366. "style": {
  367. "navigationStyle": "custom",
  368. "navigationBarTitleText": "小区主页"
  369. }
  370. },
  371. {
  372. "path": "teamInfo/index",
  373. "style": {
  374. "navigationBarTitleText": "小区简介"
  375. }
  376. },
  377. {
  378. "path": "createTeam/index",
  379. "style": {
  380. "navigationBarTitleText": "创建小区"
  381. }
  382. },
  383. {
  384. "path": "myTeam/index",
  385. "style": {
  386. "navigationBarTitleText": "我的小区"
  387. }
  388. },
  389. {
  390. "path": "search/index",
  391. "style": {
  392. "navigationBarTitleText": "搜索"
  393. }
  394. },
  395. {
  396. "path": "follow/index",
  397. "style": {
  398. "navigationBarTitleText": "我的关注"
  399. }
  400. },
  401. {
  402. "path": "addActivity/addActivity",
  403. "style": {
  404. "navigationBarTitleText": "关联活动"
  405. }
  406. }
  407. ]
  408. },
  409. {
  410. "root": "topics",
  411. "pages": [{
  412. "path": "index/index",
  413. "style": {
  414. "navigationBarTitleText": "话题广场"
  415. }
  416. },
  417. {
  418. "path": "detail/detail",
  419. "style": {
  420. "navigationStyle": "custom"
  421. }
  422. },
  423. {
  424. "path": "release/release",
  425. "style": {
  426. "navigationBarTitleText": "我发布的"
  427. }
  428. },
  429. {
  430. "path": "home/home",
  431. "style": {
  432. "navigationStyle": "custom"
  433. }
  434. },
  435. {
  436. "path": "collection/collection",
  437. "style": {
  438. "navigationBarTitleText": "我的收藏"
  439. }
  440. }
  441. ]
  442. },
  443. {
  444. "root": "match",
  445. "pages": [{
  446. "path": "list/index",
  447. "style": {
  448. "navigationBarTitleText": "活动"
  449. }
  450. },
  451. {
  452. "path": "activityDetail/activityDetail",
  453. "style": {
  454. "navigationBarTitleText": "活动详情"
  455. }
  456. },
  457. {
  458. "path": "sign/sign",
  459. "style": {
  460. "navigationBarTitleText": "报名表单"
  461. }
  462. },
  463. {
  464. "path": "signConfirm/signConfirm",
  465. "style": {
  466. "navigationBarTitleText": "确认订单"
  467. }
  468. },
  469. {
  470. "path": "success/success",
  471. "style": {
  472. "navigationBarTitleText": "报名成功"
  473. }
  474. },
  475. {
  476. "path": "activity/activity",
  477. "style": {
  478. "navigationBarTitleText": "我报名的活动"
  479. }
  480. },
  481. {
  482. "path": "activityDet/activityDet",
  483. "style": {
  484. "navigationBarTitleText": "活动详情"
  485. }
  486. },
  487. {
  488. "path": "activityManage/activityManage",
  489. "style": {
  490. "navigationBarTitleText": "活动管理"
  491. }
  492. },
  493. {
  494. "path": "activityEdit/activityEdit",
  495. "style": {
  496. "navigationBarTitleText": "创建活动"
  497. }
  498. }, {
  499. "path": "signPerson/signPerson",
  500. "style": {
  501. "navigationBarTitleText": "填写报名信息"
  502. }
  503. },
  504. {
  505. "path": "editorContent/editorContent",
  506. "style": {
  507. "navigationBarTitleText": "活动详情"
  508. }
  509. }
  510. ]
  511. },
  512. {
  513. "root": "card",
  514. "pages": [{
  515. "path": "not/not",
  516. "style": {
  517. "navigationBarTitleText": "我的名片",
  518. "app-plus": {
  519. "titleNView": {
  520. "titleAlign": "left"
  521. }
  522. }
  523. }
  524. },
  525. {
  526. "path": "index/index",
  527. "style": {
  528. "navigationBarTitleText": "我的名片",
  529. "navigationStyle": "custom"
  530. }
  531. },
  532. {
  533. "path": "create/create",
  534. "style": {
  535. "navigationBarTitleText": "创建名片",
  536. "app-plus": {
  537. "titleNView": {
  538. "titleAlign": "left"
  539. }
  540. }
  541. }
  542. }, {
  543. "path": "editDesc/editDesc",
  544. "style": {
  545. "navigationBarTitleText": "编辑个人简介",
  546. "enablePullDownRefresh": false,
  547. "app-plus": {
  548. "titleNView": {
  549. "titleAlign": "left"
  550. }
  551. }
  552. }
  553. }, {
  554. "path": "poster/poster",
  555. "style": {
  556. "navigationBarTitleText": "名片码",
  557. "enablePullDownRefresh": false,
  558. "app-plus": {
  559. "titleNView": {
  560. "titleAlign": "left"
  561. }
  562. }
  563. }
  564. },
  565. {
  566. "path": "network/network",
  567. "style": {
  568. "navigationBarTitleText": "IP名片"
  569. }
  570. },
  571. {
  572. "path": "myNetWork/myNetWork",
  573. "style": {
  574. "navigationBarTitleText": "我的人脉"
  575. }
  576. },
  577. {
  578. "path": "industry/industry",
  579. "style": {
  580. "navigationBarTitleText": "行业"
  581. }
  582. },
  583. {
  584. "path": "groupManage/groupManage",
  585. "style": {
  586. "navigationBarTitleText": "分组管理"
  587. }
  588. },
  589. {
  590. "path": "addGroup/addGroup",
  591. "style": {
  592. "navigationBarTitleText": "新增分组"
  593. }
  594. },
  595. {
  596. "path": "cardList/cardList",
  597. "style": {
  598. "navigationBarTitleText": "顾问"
  599. }
  600. },
  601. {
  602. "path": "cardDetail/cardDetail",
  603. "style": {
  604. "navigationBarTitleText": ""
  605. }
  606. }, {
  607. "path": "cardFound/cardFound",
  608. "style": {
  609. "navigationBarTitleText": "寻找保险顾问"
  610. }
  611. }, {
  612. "path": "evaluate/evaluate",
  613. "style": {
  614. "navigationBarTitleText": "评价"
  615. }
  616. }, {
  617. "path": "evaluateList/evaluateList",
  618. "style": {
  619. "navigationBarTitleText": "所有评价"
  620. }
  621. }
  622. ]
  623. },
  624. {
  625. "root": "library",
  626. "pages": [{
  627. "path": "poster/index",
  628. "style": {
  629. "navigationBarTitleText": ""
  630. }
  631. }, {
  632. "path": "posterService/posterService",
  633. "style": {
  634. "navigationBarTitleText": "海报"
  635. }
  636. }, {
  637. "path": "productLink/productLink",
  638. "style": {
  639. "navigationBarTitleText": "产品链接"
  640. }
  641. }, {
  642. "path": "page/page",
  643. "style": {
  644. "navigationBarTitleText": "营销单页"
  645. }
  646. }, {
  647. "path": "pageDetail/index",
  648. "style": {
  649. "navigationBarTitleText": ""
  650. }
  651. }]
  652. }
  653. ]
  654. }