pages.json 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
  4. "^esc-(.*)": "@/components/sn-swiper/esc-$1/index.vue"
  5. },
  6. "pages": [
  7. // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  8. {
  9. "path": "pages/index/guide",
  10. "style": {
  11. "navigationBarTitleText": "引导页",
  12. "app-plus": {
  13. "titleNView": false
  14. }
  15. }
  16. },
  17. {
  18. "path": "pages/index/secondaryGuide",
  19. "style": {
  20. "navigationBarTitleText": "引导页",
  21. "app-plus": {
  22. "titleNView": false
  23. }
  24. }
  25. },
  26. {
  27. "path": "pages/home",
  28. "style": {
  29. "navigationBarTitleText": "首页",
  30. "enablePullDownRefresh": true,
  31. // "backgroundColorTop": "#1890ff",
  32. // "backgroundTextStyle":"light",
  33. "app-plus": {
  34. "titleNView": false
  35. }
  36. }
  37. },
  38. {
  39. "path": "pages/government/demo",
  40. "style": {
  41. "navigationBarTitleText": "测试页面",
  42. "navigationStyle": "default"
  43. }
  44. },
  45. {
  46. "path": "pages/government/recommend",
  47. "style": {
  48. "navigationBarTitleText": "推荐设置"
  49. }
  50. },
  51. {
  52. "path": "pages/payPage/index",
  53. "style": {
  54. "navigationBarTitleText": "支付中",
  55. "navigationStyle": "default"
  56. }
  57. },
  58. {
  59. "path": "pages/government/Aggregate-page",
  60. "style": {
  61. "navigationBarTitleText": "聚合页面"
  62. }
  63. },
  64. {
  65. "path": "pages/government/privacyProtection",
  66. "style": {
  67. "navigationBarTitleText": "隐私保护"
  68. }
  69. },
  70. {
  71. "path": "pages/government/newsSet",
  72. "style": {
  73. "navigationBarTitleText": "消息设置"
  74. }
  75. },
  76. {
  77. "path": "pages/government/myOrder",
  78. "style": {
  79. "navigationBarTitleText": "我的订单"
  80. }
  81. },
  82. {
  83. "path": "pages/government/accountSecurity",
  84. "style": {
  85. "navigationBarTitleText": "账号安全"
  86. }
  87. },
  88. {
  89. "path": "pages/government/changeAccount",
  90. "style": {
  91. "navigationBarTitleText": "注销账户"
  92. }
  93. },
  94. {
  95. "path": "pages/government/myMsg",
  96. "style": {
  97. "navigationBarTitleText": "我的消息"
  98. }
  99. },
  100. {
  101. "path": "pages/government/set",
  102. "style": {
  103. "navigationBarTitleText": "设置"
  104. }
  105. },
  106. {
  107. "path": "pages/government/personalData",
  108. "style": {
  109. "navigationBarTitleText": "个人资料"
  110. }
  111. },
  112. {
  113. "path": "pages/government/realAttestation",
  114. "style": {
  115. "navigationBarTitleText": "实名认证"
  116. }
  117. },
  118. {
  119. "path": "pages/web-view/Apps",
  120. "style": {
  121. "navigationBarTitleText": "第三方应用",
  122. "app-plus": {
  123. "titleNView": false
  124. }
  125. }
  126. },
  127. {
  128. "path": "pages/web-view/web",
  129. "style": {
  130. "navigationStyle": "custom",
  131. "navigationBarTitleText": "第三方网站",
  132. "app-plus": {
  133. "titleNView": false
  134. }
  135. }
  136. },
  137. {
  138. "path": "pages/web-view/web-error",
  139. "style": {
  140. "navigationBarTitleText": "应用加载失败",
  141. "app-plus": {
  142. "titleNView": false
  143. }
  144. }
  145. },
  146. {
  147. "path": "pages/index/index",
  148. "style": {
  149. "navigationBarTitleText": "启动页",
  150. "app-plus": {
  151. "titleNView": false
  152. }
  153. }
  154. },
  155. {
  156. "path": "pages/government/discovery",
  157. "style": {
  158. "navigationBarTitleText": "发现",
  159. "enablePullDownRefresh": true
  160. }
  161. },
  162. {
  163. "path": "pages/government/discoverInfo",
  164. "style": {
  165. "navigationBarTitleText": "发现详情"
  166. }
  167. },
  168. {
  169. "path": "pages/government/space",
  170. "style": {
  171. "navigationBarTitleText": "空间"
  172. }
  173. },
  174. {
  175. "path": "pages/government/collect",
  176. "style": {
  177. "navigationBarTitleText": "收藏"
  178. }
  179. },
  180. {
  181. "path": "pages/government/attention",
  182. "style": {
  183. "navigationBarTitleText": "关注"
  184. }
  185. },
  186. {
  187. "path": "pages/government/beautiful-code",
  188. "style": {
  189. "enablePullDownRefresh": true,
  190. "navigationBarTitleText": "靓码"
  191. }
  192. },
  193. {
  194. "path": "pages/government/scene",
  195. "style": {
  196. "enablePullDownRefresh": true,
  197. "navigationBarTitleText": "已接入场景"
  198. }
  199. },
  200. {
  201. "path": "pages/government/mine",
  202. "style": {
  203. "navigationBarTitleText": "我的",
  204. "enablePullDownRefresh": true
  205. }
  206. },
  207. {
  208. "path": "pages/government/subNVue/mapLocationInfo",
  209. "style": {
  210. "navigationBarTitleText": "位置详情",
  211. "enablePullDownRefresh": true
  212. }
  213. },
  214. {
  215. "path": "pages/government/map",
  216. "style": {
  217. "navigationBarTitleText": "地图",
  218. "app-plus": {
  219. "subNVues": [{
  220. "id": "mapPopup", // 唯一标识
  221. "path": "pages/government/subNVue/map", // 页面路径
  222. // "type": "popup", // 这里不需要*/
  223. "style": {
  224. "position": "absolute",
  225. "left": "0px",
  226. "right": "0px",
  227. "bottom": "95rpx",
  228. "z-index": -1,
  229. "width": "100%",
  230. "mask": "rgba(0,0,0,0)",
  231. "background": "transparent",
  232. "popGesture": "none"
  233. }
  234. }]
  235. }
  236. }
  237. },
  238. {
  239. "path": "pages/build/index",
  240. "style": {
  241. "navigationBarTitleText": "装修模板",
  242. "app-plus": {
  243. "titleNView": false
  244. }
  245. }
  246. },
  247. {
  248. "path": "pages/build/preview",
  249. "style": {
  250. "navigationBarTitleText": "装修模板预览",
  251. "app-plus": {
  252. "titleNView": false
  253. }
  254. }
  255. },
  256. {
  257. "path": "pages/index/news",
  258. "style": {
  259. "navigationBarTitleText": "首页",
  260. "onReachBottomDistance": 50,
  261. "enablePullDownRefresh": true
  262. }
  263. },
  264. {
  265. "path": "pages/index/news_detail",
  266. "style": {
  267. "navigationBarTitleText": "咨询详情"
  268. }
  269. },
  270. {
  271. "path": "pages/index/lidaPage",
  272. "style": {
  273. "navigationBarTitleText": "商城",
  274. "enablePullDownRefresh": true
  275. }
  276. },
  277. {
  278. "path": "pages/freeCollection/index",
  279. "style": {
  280. "navigationBarTitleText": "激活区商品",
  281. "enablePullDownRefresh": true
  282. }
  283. },
  284. {
  285. "path": "pages/goodsDetail/index",
  286. "style": {
  287. "navigationBarTitleText": "商品详情"
  288. }
  289. },
  290. {
  291. "path": "pages/publicWelfare/index",
  292. "style": {
  293. "navigationBarTitleText": "做公益",
  294. "enablePullDownRefresh": true
  295. }
  296. },
  297. // {
  298. // "path": "pages/welfareBuy/index",
  299. // "style": {
  300. // "navigationBarTitleText": "公益福利购",
  301. // "enablePullDownRefresh": true
  302. // }
  303. // },
  304. {
  305. "path": "pages/convenienceService/index",
  306. "style": {
  307. "navigationBarTitleText": "便民服务",
  308. "enablePullDownRefresh": true
  309. }
  310. },
  311. // {
  312. // "path": "pages/index/update",
  313. // "style": {
  314. // "navigationBarTitleText": "更新"
  315. // }
  316. // },
  317. {
  318. "path": "pages/index/recommend",
  319. "style": {
  320. "navigationBarTitleText": "研吧"
  321. }
  322. },
  323. {
  324. "path": "pages/index/list",
  325. "style": {
  326. "navigationBarTitleText": "分类",
  327. "enablePullDownRefresh": true
  328. }
  329. },
  330. {
  331. "path": "pages/index/shop",
  332. "style": {
  333. "navigationBarTitleText": "商城"
  334. }
  335. },
  336. {
  337. "path": "pages/order/index",
  338. "style": {
  339. "navigationBarTitleText": "订单",
  340. "enablePullDownRefresh": true
  341. }
  342. },
  343. {
  344. "path": "pages/index/personal",
  345. "style": {
  346. "navigationBarTitleText": "我的",
  347. "enablePullDownRefresh": true
  348. }
  349. },
  350. {
  351. "path": "pages/index/webView",
  352. "style": {
  353. "navigationBarTitleText": "松河生活平台"
  354. }
  355. },
  356. // {
  357. // "path": "pages/research/homepage/shopHomepage",
  358. // "style": {
  359. // "navigationBarTitleText": "店铺主页"
  360. // }
  361. // }
  362. {
  363. "path": "pages/applyPoints/index",
  364. "style": {
  365. "navigationBarTitleText": "申领公益积分"
  366. }
  367. },
  368. {
  369. "path": "pages/applyPoints/history",
  370. "style": {
  371. "navigationBarTitleText": "申领公益积分记录"
  372. }
  373. },
  374. {
  375. "path": "pages/publicWelfareZone/index",
  376. "style": {
  377. "navigationBarTitleText": "公益专区",
  378. "enablePullDownRefresh": true
  379. }
  380. },
  381. {
  382. "path": "pages/authentication/index",
  383. "style": {
  384. "navigationBarTitleText": "身份认证"
  385. }
  386. },
  387. {
  388. "path": "pages/publicDonation/index",
  389. "style": {
  390. "navigationBarTitleText": "公益捐款"
  391. }
  392. },
  393. {
  394. "path": "pages/recommendDonation/index",
  395. "style": {
  396. "navigationBarTitleText": "推荐帮扶"
  397. }
  398. },
  399. {
  400. "path": "pages/entrepreneurshipZone/index",
  401. "style": {
  402. "navigationBarTitleText": "创业专区",
  403. "enablePullDownRefresh": true
  404. }
  405. },
  406. {
  407. "path": "pages/entrepreneurshipZone/policyDetail",
  408. "style": {
  409. "navigationBarTitleText": "政策详情"
  410. }
  411. },
  412. {
  413. "path": "pages/serviceSystem/index",
  414. "style": {
  415. "navigationBarTitleText": "服务体系"
  416. }
  417. },
  418. {
  419. "path": "pages/operationCenter/index",
  420. "style": {
  421. "navigationBarTitleText": "运营中心"
  422. }
  423. },
  424. {
  425. "path": "pages/learningClassroom/index",
  426. "style": {
  427. "navigationBarTitleText": "公益讲堂/去学习",
  428. "enablePullDownRefresh": true
  429. }
  430. },
  431. {
  432. "path": "pages/learningClassroom/detail",
  433. "style": {
  434. "navigationBarTitleText": "课程详情",
  435. "navigationStyle": "default"
  436. }
  437. },
  438. {
  439. "path": "pages/operationCenter/withdraw",
  440. "style": {
  441. "navigationBarTitleText": "提现"
  442. }
  443. },
  444. {
  445. "path": "pages/signCenter/index",
  446. "style": {
  447. "navigationBarTitleText": "爱心任务-签到中心",
  448. "path": "pages/operationCenter/myGroup"
  449. }
  450. },
  451. {
  452. "path": "pages/operationCenter/myGroup",
  453. "style": {
  454. "navigationBarTitleText": "我的团队"
  455. }
  456. },
  457. {
  458. "path": "pages/operationCenter/newPull",
  459. "style": {
  460. "navigationBarTitleText": "推广拉新"
  461. }
  462. },
  463. {
  464. "path": "pages/operationCenter/order",
  465. "style": {
  466. "navigationBarTitleText": "推广订单"
  467. }
  468. },
  469. {
  470. "path": "pages/createOrder/index",
  471. "style": {
  472. "navigationBarTitleText": "下单"
  473. }
  474. },
  475. {
  476. "path": "pages/convenienceService/shopDetails",
  477. "style": {
  478. "navigationBarTitleText": "店铺详情"
  479. }
  480. },
  481. {
  482. "path": "pages/couponCenter/index",
  483. "style": {
  484. "navigationBarTitleText": "优惠券中心/我的优惠券",
  485. "enablePullDownRefresh": true
  486. }
  487. },
  488. {
  489. "path": "pages/nearbyShop/index",
  490. "style": {
  491. "navigationBarTitleText": "附近门店"
  492. }
  493. },
  494. {
  495. "path": "pages/nearbyShop/city",
  496. "style": {
  497. "navigationBarTitleText": "同城商家",
  498. "enablePullDownRefresh": true
  499. }
  500. },
  501. {
  502. "path": "pages/protocol/index",
  503. "style": {
  504. "navigationBarTitleText": "协议"
  505. }
  506. },
  507. {
  508. "path": "pages/protocol/versionUpgrade",
  509. "style": {
  510. "navigationBarTitleText": "版本升级"
  511. }
  512. },
  513. {
  514. "path": "pages/learningClassroom/recentWatching",
  515. "style": {
  516. "navigationBarTitleText": "最近观看",
  517. "navigationStyle": "default",
  518. "enablePullDownRefresh": true
  519. }
  520. },
  521. {
  522. "path": "components/appUpdatePop",
  523. "style": {
  524. "navigationStyle": "custom",
  525. "app-plus": {
  526. "animationType": "fade-in", //动画效果
  527. "background": "transparent", //背景透明
  528. "backgroundColor": "rgba(0,0,0,0)", //背景透明
  529. "popGesture": "none" //禁止苹果侧滑返回
  530. }
  531. }
  532. },
  533. {
  534. "path": "pages/government/newDetails",
  535. "style": {
  536. "navigationBarTitleText": "应用消息",
  537. "enablePullDownRefresh": true
  538. }
  539. },
  540. {
  541. "path": "pages/career/index",
  542. "style": {
  543. "navigationBarTitleText": "事业",
  544. "enablePullDownRefresh": true
  545. }
  546. },
  547. {
  548. "path": "pages/news/yc-news",
  549. "style": {
  550. "navigationBarTitleText": "",
  551. "enablePullDownRefresh": false
  552. }
  553. }
  554. ],
  555. "subPackages": [{
  556. "root": "pages/government",
  557. "pages": [{
  558. "path": "search",
  559. "style": {
  560. "navigationBarTitleText": "搜索"
  561. }
  562. },
  563. {
  564. "path": "customer-center",
  565. "style": {
  566. "navigationBarTitleText": "客户中心"
  567. }
  568. },
  569. {
  570. "path": "problem_detail",
  571. "style": {
  572. "navigationBarTitleText": "问题详情"
  573. }
  574. },
  575. {
  576. "path": "feedback",
  577. "style": {
  578. "navigationBarTitleText": "提交反馈"
  579. }
  580. },
  581. {
  582. "path": "more-app",
  583. "style": {
  584. "navigationBarTitleText": "政务服务"
  585. }
  586. },
  587. {
  588. "path": "code-info",
  589. "style": {
  590. "navigationBarTitleText": "",
  591. "enablePullDownRefresh": false
  592. }
  593. },
  594. {
  595. "path": "map-classify",
  596. "style": {
  597. "navigationBarTitleText": "",
  598. "enablePullDownRefresh": false
  599. }
  600. }
  601. ]
  602. },
  603. {
  604. "root": "pages/login",
  605. "pages": [{
  606. "path": "index",
  607. "style": {
  608. "navigationBarTitleText": "登录"
  609. }
  610. },
  611. {
  612. "path": "code",
  613. "style": {
  614. "navigationBarTitleText": "验证码"
  615. }
  616. },
  617. {
  618. "path": "service-auth",
  619. "style": {
  620. "navigationBarTitleText": "服务授权"
  621. }
  622. },
  623. {
  624. "path": "bindPhone",
  625. "style": {
  626. "navigationBarTitleText": "绑定手机号"
  627. }
  628. }
  629. ]
  630. },
  631. {
  632. "root": "pages/news",
  633. "pages": [{
  634. "path": "index",
  635. "style": {
  636. "navigationBarTitleText": "资讯"
  637. }
  638. },
  639. {
  640. "path": "news_detail",
  641. "style": {
  642. "navigationBarTitleText": "资讯详情"
  643. }
  644. }
  645. ]
  646. },
  647. {
  648. "root": "pages/user",
  649. "pages": [{
  650. "path": "address/addEditAddress",
  651. "style": {
  652. "navigationBarTitleText": "添加收货地址"
  653. }
  654. },
  655. {
  656. "path": "address/addressList",
  657. "style": {
  658. "navigationBarTitleText": "收货地址"
  659. }
  660. },
  661. {
  662. "path": "shop/shopList",
  663. "style": {
  664. "navigationBarTitleText": "店铺"
  665. }
  666. },
  667. {
  668. "path": "invitationCode/invitationCode",
  669. "style": {
  670. "navigationBarTitleText": "我的邀请码"
  671. }
  672. },
  673. {
  674. "path": "distribution/distributionCentre",
  675. "style": {
  676. "navigationBarTitleText": "分销中心"
  677. }
  678. },
  679. {
  680. "path": "distribution/withdraw",
  681. "style": {
  682. "navigationBarTitleText": "提现"
  683. }
  684. },
  685. {
  686. "path": "distribution/withdrawTwo",
  687. "style": {
  688. "navigationBarTitleText": "转入余额"
  689. }
  690. },
  691. {
  692. "path": "distribution/moneyList",
  693. "style": {
  694. "navigationBarTitleText": "分佣订单",
  695. "enablePullDownRefresh": true //开启下拉刷新
  696. }
  697. },
  698. {
  699. "path": "distribution/wallet",
  700. "style": {
  701. "navigationBarTitleText": "钱包明细",
  702. "enablePullDownRefresh": true
  703. }
  704. },
  705. {
  706. "path": "distribution/wdDetail",
  707. "style": {
  708. "navigationBarTitleText": "提现明细",
  709. "enablePullDownRefresh": true
  710. }
  711. },
  712. {
  713. "path": "distribution/partner",
  714. "style": {
  715. "navigationBarTitleText": "我的伙伴"
  716. }
  717. },
  718. {
  719. "path": "bankCard/bankCardList",
  720. "style": {
  721. "navigationBarTitleText": "银行卡"
  722. }
  723. },
  724. {
  725. "path": "bankCard/addBankCard",
  726. "style": {
  727. "navigationBarTitleText": "银行卡"
  728. }
  729. },
  730. {
  731. "path": "faq",
  732. "style": {
  733. "navigationBarTitleText": "常见问题",
  734. "enablePullDownRefresh": true //开启下拉刷新
  735. }
  736. },
  737. {
  738. "path": "agreement",
  739. "style": {
  740. "navigationBarTitleText": "协议"
  741. }
  742. },
  743. {
  744. "path": "wallet/myWallet",
  745. "style": {
  746. "navigationBarTitleText": "我的钱包"
  747. }
  748. },
  749. {
  750. "path": "wallet/transactionDetail",
  751. "style": {
  752. "navigationBarTitleText": "交易明细",
  753. "enablePullDownRefresh": true
  754. }
  755. },
  756. {
  757. "path": "wallet/cardBag",
  758. "style": {
  759. "navigationBarTitleText": "卡包"
  760. }
  761. },
  762. {
  763. "path": "merchant/settleIn",
  764. "style": {
  765. "navigationBarTitleText": "商家入驻"
  766. }
  767. },
  768. {
  769. "path": "merchant/registerAndAudit",
  770. "style": {
  771. "navigationBarTitleText": "成为商家"
  772. }
  773. },
  774. {
  775. "path": "merchant/audit",
  776. "style": {
  777. "navigationBarTitleText": "成为商家"
  778. }
  779. },
  780. {
  781. "path": "authentication",
  782. "style": {
  783. "navigationBarTitleText": "实名认证"
  784. }
  785. },
  786. {
  787. "path": "integrateBalance",
  788. "style": {
  789. "navigationBarTitleText": "积分余额"
  790. }
  791. },
  792. {
  793. "path": "exchange",
  794. "style": {
  795. "navigationBarTitleText": "兑换余额"
  796. }
  797. },
  798. {
  799. "path": "Integral-transferred",
  800. "style": {
  801. "navigationBarTitleText": "积分转赠"
  802. }
  803. },
  804. {
  805. "path": "consume-val",
  806. "style": {
  807. "navigationBarTitleText": "贡献值明细"
  808. }
  809. },
  810. {
  811. "path": "balance-detail",
  812. "style": {
  813. "navigationBarTitleText": "余额明细"
  814. }
  815. },
  816. {
  817. "path": "balance-exchange",
  818. "style": {
  819. "navigationBarTitleText": "余额转赠"
  820. }
  821. },
  822. {
  823. "path": "Pay",
  824. "style": {
  825. "navigationBarTitleText": "充值"
  826. }
  827. },
  828. {
  829. "path": "regional-agency/index",
  830. "style": {
  831. "navigationBarTitleText": "区域代理"
  832. }
  833. },
  834. {
  835. "path": "regional-agency/reserve",
  836. "style": {
  837. "navigationBarTitleText": "预定区域代理"
  838. }
  839. },
  840. {
  841. "path": "regional-agency/lock-position",
  842. "style": {
  843. "navigationBarTitleText": "查看被锁定的区县"
  844. }
  845. }
  846. ]
  847. },
  848. {
  849. "root": "pages/research",
  850. "pages": [
  851. // {
  852. // "path": "recommend/recommend",
  853. // "style": {
  854. // "navigationBarTitleText": "推荐",
  855. // "enablePullDownRefresh": true,
  856. // "navigationBarTextStyle": "white"
  857. // }
  858. // },
  859. {
  860. "path": "recommend/release",
  861. "style": {
  862. "navigationBarTitleText": "发布"
  863. }
  864. },
  865. {
  866. "path": "recommend/list",
  867. "style": {
  868. "navigationBarTitleText": "列表",
  869. "enablePullDownRefresh": true //开启下拉刷新
  870. }
  871. },
  872. {
  873. "path": "recommend/details",
  874. "style": {
  875. "navigationBarTitleText": "作品详情"
  876. }
  877. },
  878. {
  879. "path": "business/platform",
  880. "style": {
  881. "navigationBarTitleText": "平台公告",
  882. "enablePullDownRefresh": true
  883. }
  884. },
  885. {
  886. "path": "business/material",
  887. "style": {
  888. "navigationBarTitleText": "宣传素材",
  889. "enablePullDownRefresh": true
  890. }
  891. },
  892. {
  893. "path": "business/article",
  894. "style": {
  895. "navigationBarTitleText": "文章详情"
  896. }
  897. },
  898. {
  899. "path": "register/register",
  900. "style": {
  901. "navigationBarTitleText": "注册"
  902. }
  903. },
  904. {
  905. "path": "nearby/facade",
  906. "style": {
  907. "navigationBarTitleText": "附近门面",
  908. "enablePullDownRefresh": true
  909. }
  910. },
  911. {
  912. "path": "nearby/timeLimit",
  913. "style": {
  914. "navigationBarTitleText": "限时秒杀",
  915. "enablePullDownRefresh": true
  916. }
  917. },
  918. {
  919. "path": "register/login",
  920. "style": {
  921. "navigationBarTitleText": "登录"
  922. // "navigationStyle": "default"
  923. }
  924. },
  925. {
  926. "path": "register/verification",
  927. "style": {
  928. "navigationBarTitleText": "验证码登录"
  929. }
  930. },
  931. {
  932. "path": "community/homepage",
  933. "style": {
  934. "navigationBarTitleText": "个人中心",
  935. "enablePullDownRefresh": true
  936. }
  937. },
  938. {
  939. "path": "community/myfabulous",
  940. "style": {
  941. "navigationBarTitleText": "我的点赞",
  942. "enablePullDownRefresh": true
  943. }
  944. },
  945. {
  946. "path": "community/mypoints",
  947. "style": {
  948. "navigationBarTitleText": "我的积分"
  949. }
  950. },
  951. {
  952. "path": "community/pointsDetails",
  953. "style": {
  954. "navigationBarTitleText": "积分明细",
  955. "enablePullDownRefresh": true
  956. }
  957. },
  958. {
  959. "path": "community/mycomment",
  960. "style": {
  961. "navigationBarTitleText": "我的评论",
  962. "enablePullDownRefresh": true
  963. }
  964. },
  965. {
  966. "path": "community/collection",
  967. "style": {
  968. "navigationBarTitleText": "我的收藏",
  969. "enablePullDownRefresh": true
  970. }
  971. },
  972. {
  973. "path": "community/myfollow",
  974. "style": {
  975. "navigationBarTitleText": "我的关注",
  976. "enablePullDownRefresh": true
  977. }
  978. },
  979. {
  980. "path": "community/myfans",
  981. "style": {
  982. "navigationBarTitleText": "我的粉丝",
  983. "enablePullDownRefresh": true
  984. }
  985. },
  986. {
  987. "path": "community/myrelease",
  988. "style": {
  989. "navigationBarTitleText": "我的发布",
  990. "enablePullDownRefresh": true
  991. }
  992. },
  993. {
  994. "path": "community/commonproblem",
  995. "style": {
  996. "navigationBarTitleText": "常见问题",
  997. "enablePullDownRefresh": true
  998. }
  999. },
  1000. {
  1001. "path": "register/agreement",
  1002. "style": {
  1003. "navigationBarTitleText": "用户协议"
  1004. }
  1005. },
  1006. {
  1007. "path": "setup/management",
  1008. "style": {
  1009. "navigationBarTitleText": "设置管理"
  1010. }
  1011. },
  1012. {
  1013. "path": "homepage/search",
  1014. "style": {
  1015. "navigationBarTitleText": "搜索"
  1016. }
  1017. },
  1018. {
  1019. "path": "homepage/groupList",
  1020. "style": {
  1021. "navigationBarTitleText": "拼团列表",
  1022. "enablePullDownRefresh": true
  1023. }
  1024. },
  1025. {
  1026. "path": "homepage/result",
  1027. "style": {
  1028. "navigationBarTitleText": "搜索结果"
  1029. }
  1030. },
  1031. {
  1032. "path": "setup/edit",
  1033. "style": {
  1034. "navigationBarTitleText": "设置管理"
  1035. }
  1036. },
  1037. {
  1038. "path": "setup/becomeANetStar",
  1039. "style": {
  1040. "navigationBarTitleText": "成为网红"
  1041. }
  1042. },
  1043. {
  1044. "path": "setup/toExamine",
  1045. "style": {
  1046. "navigationBarTitleText": "会员审核"
  1047. }
  1048. },
  1049. {
  1050. "path": "setup/toBusiness",
  1051. "style": {
  1052. "navigationBarTitleText": "商家审核"
  1053. }
  1054. },
  1055. {
  1056. "path": "homepage/index",
  1057. "style": {
  1058. "navigationBarTitleText": "首页"
  1059. }
  1060. },
  1061. {
  1062. "path": "setup/myMsg",
  1063. "style": {
  1064. "navigationBarTitleText": "我的消息"
  1065. }
  1066. },
  1067. {
  1068. "path": "setup/eventDetails",
  1069. "style": {
  1070. "navigationBarTitleText": "活动消息",
  1071. "enablePullDownRefresh": true
  1072. }
  1073. },
  1074. {
  1075. "path": "setup/modifyPass",
  1076. "style": {
  1077. "navigationBarTitleText": "修改密码"
  1078. }
  1079. },
  1080. {
  1081. "path": "setup/forgetPass",
  1082. "style": {
  1083. "navigationBarTitleText": "忘记密码"
  1084. }
  1085. },
  1086. {
  1087. "path": "register/replacePhone",
  1088. "style": {
  1089. "navigationBarTitleText": "更换手机号"
  1090. }
  1091. },
  1092. {
  1093. "path": "homepage/aboutLida",
  1094. "style": {
  1095. "navigationBarTitleText": "关于松河生活平台"
  1096. }
  1097. },
  1098. {
  1099. "path": "homepage/about-us-list",
  1100. "style": {
  1101. "navigationBarTitleText": "关于我们"
  1102. }
  1103. },
  1104. {
  1105. "path": "homepage/about-us-detail",
  1106. "style": {
  1107. "navigationBarTitleText": "关于我们"
  1108. }
  1109. },
  1110. {
  1111. "path": "homepage/shopHomepage",
  1112. "style": {
  1113. "navigationBarTitleText": "11"
  1114. }
  1115. },
  1116. {
  1117. "path": "homepage/mapToPage",
  1118. "style": {
  1119. "navigationBarTitleText": "关于我们-地图"
  1120. }
  1121. },
  1122. {
  1123. "path": "myLove/index",
  1124. "style": {
  1125. "navigationBarTitleText": "我的爱心",
  1126. "enablePullDownRefresh": true
  1127. }
  1128. },
  1129. {
  1130. "path": "myPublicWelfare/index",
  1131. "style": {
  1132. "navigationBarTitleText": "我的公益积分",
  1133. "enablePullDownRefresh": true
  1134. }
  1135. },
  1136. {
  1137. "path": "myPublicWelfare/share",
  1138. "style": {
  1139. "navigationBarTitleText": "分享"
  1140. }
  1141. },
  1142. {
  1143. "path": "setup/logout",
  1144. "style": {
  1145. "navigationStyle": "default",
  1146. "navigationBarTitleText": "注销账户",
  1147. "navigationBarTextStyle": "#fff",
  1148. "navigationBarBackgroundColor": "#3775F6"
  1149. }
  1150. },
  1151. {
  1152. "path": "pay-password",
  1153. "style": {
  1154. "navigationBarTitleText": "设置支付密码"
  1155. }
  1156. }
  1157. ]
  1158. },
  1159. {
  1160. "root": "pages/pointsMall",
  1161. "pages": [{
  1162. "path": "index",
  1163. "style": {
  1164. "navigationBarTitleText": "积分商城",
  1165. "enablePullDownRefresh": true
  1166. }
  1167. }]
  1168. },
  1169. {
  1170. "root": "pages/order",
  1171. "pages": [
  1172. // {
  1173. // "path": "index",
  1174. // "style": {
  1175. // "navigationBarTitleText": "订单"
  1176. // }
  1177. // },
  1178. {
  1179. "path": "pay",
  1180. "style": {
  1181. "navigationBarTitleText": "支付"
  1182. }
  1183. },
  1184. {
  1185. "path": "logistics",
  1186. "style": {
  1187. "navigationBarTitleText": "物流信息"
  1188. }
  1189. },
  1190. {
  1191. "path": "logisticsNew",
  1192. "style": {
  1193. "navigationBarTitleText": "物流信息"
  1194. }
  1195. },
  1196. {
  1197. "path": "orderList/orderList",
  1198. "style": {
  1199. "navigationBarTitleText": "订单列表",
  1200. "enablePullDownRefresh": true
  1201. }
  1202. },
  1203. {
  1204. "path": "orderList/log",
  1205. "style": {
  1206. "navigationBarTitleText": "核销记录",
  1207. "enablePullDownRefresh": true
  1208. }
  1209. },
  1210. {
  1211. "path": "orderList/orderDetails",
  1212. "style": {
  1213. "navigationBarTitleText": "订单详情"
  1214. // "navigationStyle": "default"
  1215. }
  1216. },
  1217. {
  1218. "path": "orderList/orderblackDetails",
  1219. "style": {
  1220. "navigationBarTitleText": "退款详情"
  1221. }
  1222. },
  1223. {
  1224. "path": "gbOrder/gbOrderList",
  1225. "style": {
  1226. "navigationBarTitleText": "拼团订单",
  1227. "enablePullDownRefresh": true
  1228. }
  1229. },
  1230. {
  1231. "path": "gbOrder/gbOrderDetails",
  1232. "style": {
  1233. "navigationBarTitleText": "订单详情"
  1234. }
  1235. },
  1236. {
  1237. "path": "orderList/refundType",
  1238. "style": {
  1239. "navigationBarTitleText": "选择退款类型"
  1240. }
  1241. },
  1242. {
  1243. "path": "orderList/applicationDrawback",
  1244. "style": {
  1245. "navigationBarTitleText": "退款类型"
  1246. }
  1247. },
  1248. {
  1249. "path": "orderList/serviceOrder",
  1250. "style": {
  1251. "navigationBarTitleText": "订单列表",
  1252. "enablePullDownRefresh": true
  1253. }
  1254. },
  1255. {
  1256. "path": "orderList/serviceOrderDetail",
  1257. "style": {
  1258. "navigationBarTitleText": "订单详情"
  1259. }
  1260. },
  1261. {
  1262. "path": "banks/list",
  1263. "style": {
  1264. "navigationBarTitleText": "管理银行卡"
  1265. }
  1266. },
  1267. {
  1268. "path": "banks/addBankCard",
  1269. "style": {
  1270. "navigationBarTitleText": "新增银行卡"
  1271. }
  1272. },
  1273. {
  1274. "path": "banks/mobileCode",
  1275. "style": {
  1276. "navigationBarTitleText": "新增银行卡"
  1277. }
  1278. }
  1279. ]
  1280. },
  1281. {
  1282. "root": "pages/product",
  1283. "pages": [{
  1284. "path": "goods/goods",
  1285. "style": {
  1286. "navigationBarTitleText": "商品"
  1287. }
  1288. },
  1289. {
  1290. "path": "goods/IntegralGood",
  1291. "style": {
  1292. "navigationBarTitleText": "积分商品"
  1293. }
  1294. },
  1295. {
  1296. "path": "goods/serviceGood",
  1297. "style": {
  1298. "navigationBarTitleText": "服务商品"
  1299. }
  1300. },
  1301. {
  1302. "path": "goods/puzzleGoods",
  1303. "style": {
  1304. "navigationBarTitleText": "拼团详情"
  1305. }
  1306. },
  1307. {
  1308. "path": "goods/freeGoods",
  1309. "style": {
  1310. "navigationBarTitleText": "免费领商品"
  1311. }
  1312. },
  1313. {
  1314. "path": "goods/puzzleGoodsInfo",
  1315. "style": {
  1316. "navigationBarTitleText": "拼团详情"
  1317. }
  1318. },
  1319. {
  1320. "path": "goods/seckillGoods",
  1321. "style": {
  1322. "navigationBarTitleText": "秒杀详情"
  1323. }
  1324. },
  1325. {
  1326. "path": "surePay/surePay",
  1327. "style": {
  1328. "navigationBarTitleText": "确认订单"
  1329. }
  1330. },
  1331. {
  1332. "path": "surePay/servicePay",
  1333. "style": {
  1334. "navigationBarTitleText": "确认订单"
  1335. }
  1336. },
  1337. {
  1338. "path": "surePay/surePaySechill",
  1339. "style": {
  1340. "navigationBarTitleText": "确认订单"
  1341. }
  1342. },
  1343. {
  1344. "path": "surePay/IntegraPay",
  1345. "style": {
  1346. "navigationBarTitleText": "确认订单"
  1347. }
  1348. },
  1349. {
  1350. "path": "surePay/freeSurePay",
  1351. "style": {
  1352. "navigationBarTitleText": "确认订单"
  1353. }
  1354. },
  1355. {
  1356. "path": "search/search",
  1357. "style": {
  1358. "navigationBarTitleText": "商品分类"
  1359. }
  1360. },
  1361. {
  1362. "path": "search/productList",
  1363. "style": {
  1364. "navigationBarTitleText": "商品列表",
  1365. "enablePullDownRefresh": true //开启下拉刷新
  1366. }
  1367. }
  1368. ]
  1369. },
  1370. {
  1371. "root": "pages/nearbyShop",
  1372. "pages": [{
  1373. "path": "list",
  1374. "style": {
  1375. "navigationBarTitleText": "同城商家"
  1376. }
  1377. },
  1378. {
  1379. "path": "shopDetail",
  1380. "style": {
  1381. "navigationBarTitleText": "同城商家",
  1382. "enablePullDownRefresh": false, // 下拉刷新
  1383. "app-plus": {
  1384. "bounce": "none",
  1385. "safearea": {
  1386. "bottom": {
  1387. "offset": "auto"
  1388. }
  1389. }
  1390. }
  1391. }
  1392. },
  1393. {
  1394. "path": "goodsDetail",
  1395. "style": {
  1396. "navigationBarTitleText": "商品详情"
  1397. }
  1398. }
  1399. ]
  1400. },
  1401. {
  1402. "root": "pages/workbench",
  1403. "pages": [{
  1404. "path": "shop/index",
  1405. "style": {
  1406. "navigationBarTitleText": "店铺管理"
  1407. }
  1408. },
  1409. {
  1410. "path": "goods/index",
  1411. "style": {
  1412. "navigationBarTitleText": "商品管理",
  1413. "enablePullDownRefresh": true
  1414. }
  1415. },
  1416. {
  1417. "path": "order/index",
  1418. "style": {
  1419. "navigationBarTitleText": "订单上报",
  1420. "enablePullDownRefresh": true
  1421. }
  1422. },
  1423. {
  1424. "path": "goods/classify",
  1425. "style": {
  1426. "navigationBarTitleText": "分类管理"
  1427. }
  1428. },
  1429. {
  1430. "path": "goods/addClassify",
  1431. "style": {
  1432. "navigationBarTitleText": "新增分类"
  1433. }
  1434. },
  1435. {
  1436. "path": "goods/release",
  1437. "style": {
  1438. "navigationBarTitleText": "发布商品"
  1439. }
  1440. },
  1441. {
  1442. "path": "shop/registerAndAudit",
  1443. "style": {
  1444. "navigationBarTitleText": "店铺管理"
  1445. }
  1446. },
  1447. {
  1448. "path": "shop/audit",
  1449. "style": {
  1450. "navigationBarTitleText": "商家入驻"
  1451. }
  1452. },
  1453. {
  1454. "path": "order/detail",
  1455. "style": {
  1456. "navigationBarTitleText": "订单详情"
  1457. }
  1458. },
  1459. {
  1460. "path": "order/entering",
  1461. "style": {
  1462. "navigationBarTitleText": "订单上报"
  1463. }
  1464. },
  1465. {
  1466. "path": "order/coalitionList",
  1467. "style": {
  1468. "navigationBarTitleText": "订单列表",
  1469. "enablePullDownRefresh": true
  1470. }
  1471. },
  1472. {
  1473. "path": "order/comment",
  1474. "style": {
  1475. "navigationBarTitleText": "订单评价"
  1476. }
  1477. }
  1478. ]
  1479. },
  1480. {
  1481. "root": "pages/game",
  1482. "pages": [{
  1483. "path": "Lottery",
  1484. "style": {
  1485. "navigationBarTitleText": "抽奖"
  1486. }
  1487. }, {
  1488. "path": "winning-list",
  1489. "style": {
  1490. "navigationBarTitleText": "中奖记录"
  1491. }
  1492. }, {
  1493. "path": "award-information",
  1494. "style": {
  1495. "navigationBarTitleText": "填写领奖信息"
  1496. }
  1497. }]
  1498. }
  1499. ],
  1500. "globalStyle": {
  1501. "pageOrientation": "portrait",
  1502. "navigationBarTextStyle": "black",
  1503. "navigationBarBackgroundColor": "#fff",
  1504. "backgroundColor": "#F8F8F8",
  1505. // "backgroundTextStyle":"#F8F8F8",
  1506. "backgroundColorBottom": "#F4F5F6",
  1507. "navigationStyle": "custom",
  1508. "scrollIndicator": "none",
  1509. "app-plus": {
  1510. "scrollIndicator": "none",
  1511. "titleView": true,
  1512. "optimization": {
  1513. "subPackages": true
  1514. },
  1515. "runmode": "liberate" // 开启分包优化后,必须配置资源释放模式
  1516. }
  1517. },
  1518. "tabBar": {
  1519. "color": "#666",
  1520. "selectedColor": "#3CB6D2",
  1521. "borderStyle": "white",
  1522. "backgroundColor": "#Fff",
  1523. "fontSize": "12px",
  1524. "iconWidth": "28px",
  1525. "spacing": "0px",
  1526. "height": "55px",
  1527. "list": [{
  1528. "pagePath": "pages/home",
  1529. "iconPath": "static/tabbar_01.png",
  1530. "selectedIconPath": "static/tabbar_selected_01.png",
  1531. "text": "首页"
  1532. },
  1533. {
  1534. "pagePath": "pages/government/map",
  1535. "iconPath": "static/tabbar_02.png",
  1536. "selectedIconPath": "static/tabbar_selected_02.png",
  1537. "text": "地图"
  1538. },
  1539. {
  1540. "pagePath": "pages/government/discovery",
  1541. "iconPath": "static/tabbar_03.png",
  1542. "selectedIconPath": "static/tabbar_selected_03.png",
  1543. "text": "发现"
  1544. },
  1545. {
  1546. "pagePath": "pages/government/mine",
  1547. "iconPath": "static/tabbar_04.png",
  1548. "selectedIconPath": "static/tabbar_selected_04.png",
  1549. "text": "我的"
  1550. }
  1551. ],
  1552. "midButton": {
  1553. "width": "80px",
  1554. "height": "80px",
  1555. "text": "市民码",
  1556. // "iconPath": "static/tabbar_code.png",
  1557. "iconPath": "static/tabbar_code_bg.png",
  1558. "iconWidth": "60px"
  1559. }
  1560. },
  1561. "condition": { //模式配置,仅开发期间生效
  1562. "current": 0, //当前激活的模式(list 的索引项)
  1563. "list": [{
  1564. "name": "", //模式名称
  1565. "path": "", //启动页面,必选
  1566. "query": "" //启动参数,在页面的onLoad函数里面得到
  1567. }]
  1568. }
  1569. }