pages.json 13 KB

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