pages.json 13 KB

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