pages.json 12 KB

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