pages.json 13 KB

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