pages.json 13 KB

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