pages.json 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622
  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. "path": "medal",
  603. "style": {
  604. "navigationBarTitleText": "我的勋章",
  605. "enablePullDownRefresh": false
  606. }
  607. }
  608. ]
  609. },
  610. {
  611. "root": "pages/login",
  612. "pages": [{
  613. "path": "index",
  614. "style": {
  615. "navigationBarTitleText": "登录"
  616. }
  617. },
  618. {
  619. "path": "code",
  620. "style": {
  621. "navigationBarTitleText": "验证码"
  622. }
  623. },
  624. {
  625. "path": "service-auth",
  626. "style": {
  627. "navigationBarTitleText": "服务授权"
  628. }
  629. },
  630. {
  631. "path": "bindPhone",
  632. "style": {
  633. "navigationBarTitleText": "绑定手机号"
  634. }
  635. }
  636. ]
  637. },
  638. {
  639. "root": "pages/news",
  640. "pages": [{
  641. "path": "index",
  642. "style": {
  643. "navigationBarTitleText": "资讯"
  644. }
  645. },
  646. {
  647. "path": "news_detail",
  648. "style": {
  649. "navigationBarTitleText": "资讯详情"
  650. }
  651. }
  652. ]
  653. },
  654. {
  655. "root": "pages/user",
  656. "pages": [{
  657. "path": "address/addEditAddress",
  658. "style": {
  659. "navigationBarTitleText": "添加收货地址"
  660. }
  661. },
  662. {
  663. "path": "address/addressList",
  664. "style": {
  665. "navigationBarTitleText": "收货地址"
  666. }
  667. },
  668. {
  669. "path": "shop/shopList",
  670. "style": {
  671. "navigationBarTitleText": "店铺"
  672. }
  673. },
  674. {
  675. "path": "invitationCode/invitationCode",
  676. "style": {
  677. "navigationBarTitleText": "我的邀请码"
  678. }
  679. },
  680. {
  681. "path": "distribution/distributionCentre",
  682. "style": {
  683. "navigationBarTitleText": "分销中心"
  684. }
  685. },
  686. {
  687. "path": "distribution/withdraw",
  688. "style": {
  689. "navigationBarTitleText": "提现"
  690. }
  691. },
  692. {
  693. "path": "distribution/withdrawTwo",
  694. "style": {
  695. "navigationBarTitleText": "转入余额"
  696. }
  697. },
  698. {
  699. "path": "distribution/moneyList",
  700. "style": {
  701. "navigationBarTitleText": "分佣订单",
  702. "enablePullDownRefresh": true //开启下拉刷新
  703. }
  704. },
  705. {
  706. "path": "distribution/wallet",
  707. "style": {
  708. "navigationBarTitleText": "钱包明细",
  709. "enablePullDownRefresh": true
  710. }
  711. },
  712. {
  713. "path": "distribution/wdDetail",
  714. "style": {
  715. "navigationBarTitleText": "提现明细",
  716. "enablePullDownRefresh": true
  717. }
  718. },
  719. {
  720. "path": "distribution/partner",
  721. "style": {
  722. "navigationBarTitleText": "我的伙伴"
  723. }
  724. },
  725. {
  726. "path": "bankCard/bankCardList",
  727. "style": {
  728. "navigationBarTitleText": "银行卡"
  729. }
  730. },
  731. {
  732. "path": "bankCard/addBankCard",
  733. "style": {
  734. "navigationBarTitleText": "银行卡"
  735. }
  736. },
  737. {
  738. "path": "faq",
  739. "style": {
  740. "navigationBarTitleText": "常见问题",
  741. "enablePullDownRefresh": true //开启下拉刷新
  742. }
  743. },
  744. {
  745. "path": "agreement",
  746. "style": {
  747. "navigationBarTitleText": "协议"
  748. }
  749. },
  750. {
  751. "path": "wallet/myWallet",
  752. "style": {
  753. "navigationBarTitleText": "我的钱包"
  754. }
  755. },
  756. {
  757. "path": "wallet/transactionDetail",
  758. "style": {
  759. "navigationBarTitleText": "交易明细",
  760. "enablePullDownRefresh": true
  761. }
  762. },
  763. {
  764. "path": "wallet/cardBag",
  765. "style": {
  766. "navigationBarTitleText": "卡包"
  767. }
  768. },
  769. {
  770. "path": "merchant/settleIn",
  771. "style": {
  772. "navigationBarTitleText": "商家入驻"
  773. }
  774. },
  775. {
  776. "path": "merchant/registerAndAudit",
  777. "style": {
  778. "navigationBarTitleText": "成为商家"
  779. }
  780. },
  781. {
  782. "path": "merchant/audit",
  783. "style": {
  784. "navigationBarTitleText": "成为商家"
  785. }
  786. },
  787. {
  788. "path": "authentication",
  789. "style": {
  790. "navigationBarTitleText": "实名认证"
  791. }
  792. },
  793. {
  794. "path": "integrateBalance",
  795. "style": {
  796. "navigationBarTitleText": "积分余额"
  797. }
  798. },
  799. {
  800. "path": "exchange",
  801. "style": {
  802. "navigationBarTitleText": "兑换余额"
  803. }
  804. },
  805. {
  806. "path": "Integral-transferred",
  807. "style": {
  808. "navigationBarTitleText": "积分转赠"
  809. }
  810. },
  811. {
  812. "path": "consume-val",
  813. "style": {
  814. "navigationBarTitleText": "贡献值明细"
  815. }
  816. },
  817. {
  818. "path": "balance-detail",
  819. "style": {
  820. "navigationBarTitleText": "余额明细"
  821. }
  822. },
  823. {
  824. "path": "balance-exchange",
  825. "style": {
  826. "navigationBarTitleText": "余额转赠"
  827. }
  828. },
  829. {
  830. "path": "Pay",
  831. "style": {
  832. "navigationBarTitleText": "充值"
  833. }
  834. },
  835. {
  836. "path": "regional-agency/index",
  837. "style": {
  838. "navigationBarTitleText": "区域代理"
  839. }
  840. },
  841. {
  842. "path": "regional-agency/reserve",
  843. "style": {
  844. "navigationBarTitleText": "预定区域代理"
  845. }
  846. },
  847. {
  848. "path": "regional-agency/lock-position",
  849. "style": {
  850. "navigationBarTitleText": "查看被锁定的区县"
  851. }
  852. }
  853. ]
  854. },
  855. {
  856. "root": "pages/research",
  857. "pages": [
  858. // {
  859. // "path": "recommend/recommend",
  860. // "style": {
  861. // "navigationBarTitleText": "推荐",
  862. // "enablePullDownRefresh": true,
  863. // "navigationBarTextStyle": "white"
  864. // }
  865. // },
  866. {
  867. "path": "recommend/release",
  868. "style": {
  869. "navigationBarTitleText": "发布"
  870. }
  871. },
  872. {
  873. "path": "recommend/list",
  874. "style": {
  875. "navigationBarTitleText": "列表",
  876. "enablePullDownRefresh": true //开启下拉刷新
  877. }
  878. },
  879. {
  880. "path": "recommend/details",
  881. "style": {
  882. "navigationBarTitleText": "作品详情"
  883. }
  884. },
  885. {
  886. "path": "business/platform",
  887. "style": {
  888. "navigationBarTitleText": "平台公告",
  889. "enablePullDownRefresh": true
  890. }
  891. },
  892. {
  893. "path": "business/material",
  894. "style": {
  895. "navigationBarTitleText": "宣传素材",
  896. "enablePullDownRefresh": true
  897. }
  898. },
  899. {
  900. "path": "business/article",
  901. "style": {
  902. "navigationBarTitleText": "文章详情"
  903. }
  904. },
  905. {
  906. "path": "register/register",
  907. "style": {
  908. "navigationBarTitleText": "注册"
  909. }
  910. },
  911. {
  912. "path": "nearby/facade",
  913. "style": {
  914. "navigationBarTitleText": "附近门面",
  915. "enablePullDownRefresh": true
  916. }
  917. },
  918. {
  919. "path": "nearby/timeLimit",
  920. "style": {
  921. "navigationBarTitleText": "限时秒杀",
  922. "enablePullDownRefresh": true
  923. }
  924. },
  925. {
  926. "path": "register/login",
  927. "style": {
  928. "navigationBarTitleText": "登录"
  929. // "navigationStyle": "default"
  930. }
  931. },
  932. {
  933. "path": "register/verification",
  934. "style": {
  935. "navigationBarTitleText": "验证码登录"
  936. }
  937. },
  938. {
  939. "path": "community/homepage",
  940. "style": {
  941. "navigationBarTitleText": "个人中心",
  942. "enablePullDownRefresh": true
  943. }
  944. },
  945. {
  946. "path": "community/myfabulous",
  947. "style": {
  948. "navigationBarTitleText": "我的点赞",
  949. "enablePullDownRefresh": true
  950. }
  951. },
  952. {
  953. "path": "community/mypoints",
  954. "style": {
  955. "navigationBarTitleText": "我的积分"
  956. }
  957. },
  958. {
  959. "path": "community/pointsDetails",
  960. "style": {
  961. "navigationBarTitleText": "积分明细",
  962. "enablePullDownRefresh": true
  963. }
  964. },
  965. {
  966. "path": "community/mycomment",
  967. "style": {
  968. "navigationBarTitleText": "我的评论",
  969. "enablePullDownRefresh": true
  970. }
  971. },
  972. {
  973. "path": "community/collection",
  974. "style": {
  975. "navigationBarTitleText": "我的收藏",
  976. "enablePullDownRefresh": true
  977. }
  978. },
  979. {
  980. "path": "community/myfollow",
  981. "style": {
  982. "navigationBarTitleText": "我的关注",
  983. "enablePullDownRefresh": true
  984. }
  985. },
  986. {
  987. "path": "community/myfans",
  988. "style": {
  989. "navigationBarTitleText": "我的粉丝",
  990. "enablePullDownRefresh": true
  991. }
  992. },
  993. {
  994. "path": "community/myrelease",
  995. "style": {
  996. "navigationBarTitleText": "我的发布",
  997. "enablePullDownRefresh": true
  998. }
  999. },
  1000. {
  1001. "path": "community/commonproblem",
  1002. "style": {
  1003. "navigationBarTitleText": "常见问题",
  1004. "enablePullDownRefresh": true
  1005. }
  1006. },
  1007. {
  1008. "path": "register/agreement",
  1009. "style": {
  1010. "navigationBarTitleText": "用户协议"
  1011. }
  1012. },
  1013. {
  1014. "path": "setup/management",
  1015. "style": {
  1016. "navigationBarTitleText": "设置管理"
  1017. }
  1018. },
  1019. {
  1020. "path": "homepage/search",
  1021. "style": {
  1022. "navigationBarTitleText": "搜索"
  1023. }
  1024. },
  1025. {
  1026. "path": "homepage/groupList",
  1027. "style": {
  1028. "navigationBarTitleText": "拼团列表",
  1029. "enablePullDownRefresh": true
  1030. }
  1031. },
  1032. {
  1033. "path": "homepage/result",
  1034. "style": {
  1035. "navigationBarTitleText": "搜索结果"
  1036. }
  1037. },
  1038. {
  1039. "path": "setup/edit",
  1040. "style": {
  1041. "navigationBarTitleText": "设置管理"
  1042. }
  1043. },
  1044. {
  1045. "path": "setup/becomeANetStar",
  1046. "style": {
  1047. "navigationBarTitleText": "成为网红"
  1048. }
  1049. },
  1050. {
  1051. "path": "setup/toExamine",
  1052. "style": {
  1053. "navigationBarTitleText": "会员审核"
  1054. }
  1055. },
  1056. {
  1057. "path": "setup/toBusiness",
  1058. "style": {
  1059. "navigationBarTitleText": "商家审核"
  1060. }
  1061. },
  1062. {
  1063. "path": "homepage/index",
  1064. "style": {
  1065. "navigationBarTitleText": "首页"
  1066. }
  1067. },
  1068. {
  1069. "path": "setup/myMsg",
  1070. "style": {
  1071. "navigationBarTitleText": "我的消息"
  1072. }
  1073. },
  1074. {
  1075. "path": "setup/eventDetails",
  1076. "style": {
  1077. "navigationBarTitleText": "活动消息",
  1078. "enablePullDownRefresh": true
  1079. }
  1080. },
  1081. {
  1082. "path": "setup/modifyPass",
  1083. "style": {
  1084. "navigationBarTitleText": "修改密码"
  1085. }
  1086. },
  1087. {
  1088. "path": "setup/forgetPass",
  1089. "style": {
  1090. "navigationBarTitleText": "忘记密码"
  1091. }
  1092. },
  1093. {
  1094. "path": "register/replacePhone",
  1095. "style": {
  1096. "navigationBarTitleText": "更换手机号"
  1097. }
  1098. },
  1099. {
  1100. "path": "homepage/aboutLida",
  1101. "style": {
  1102. "navigationBarTitleText": "关于松河生活平台"
  1103. }
  1104. },
  1105. {
  1106. "path": "homepage/about-us-list",
  1107. "style": {
  1108. "navigationBarTitleText": "关于我们"
  1109. }
  1110. },
  1111. {
  1112. "path": "homepage/about-us-detail",
  1113. "style": {
  1114. "navigationBarTitleText": "关于我们"
  1115. }
  1116. },
  1117. {
  1118. "path": "homepage/shopHomepage",
  1119. "style": {
  1120. "navigationBarTitleText": "11"
  1121. }
  1122. },
  1123. {
  1124. "path": "homepage/mapToPage",
  1125. "style": {
  1126. "navigationBarTitleText": "关于我们-地图"
  1127. }
  1128. },
  1129. {
  1130. "path": "myLove/index",
  1131. "style": {
  1132. "navigationBarTitleText": "我的爱心",
  1133. "enablePullDownRefresh": true
  1134. }
  1135. },
  1136. {
  1137. "path": "myPublicWelfare/index",
  1138. "style": {
  1139. "navigationBarTitleText": "我的公益积分",
  1140. "enablePullDownRefresh": true
  1141. }
  1142. },
  1143. {
  1144. "path": "myPublicWelfare/share",
  1145. "style": {
  1146. "navigationBarTitleText": "分享"
  1147. }
  1148. },
  1149. {
  1150. "path": "setup/logout",
  1151. "style": {
  1152. "navigationStyle": "default",
  1153. "navigationBarTitleText": "注销账户",
  1154. "navigationBarTextStyle": "#fff",
  1155. "navigationBarBackgroundColor": "#3775F6"
  1156. }
  1157. },
  1158. {
  1159. "path": "pay-password",
  1160. "style": {
  1161. "navigationBarTitleText": "设置支付密码"
  1162. }
  1163. }
  1164. ]
  1165. },
  1166. {
  1167. "root": "pages/pointsMall",
  1168. "pages": [{
  1169. "path": "index",
  1170. "style": {
  1171. "navigationBarTitleText": "积分商城",
  1172. "enablePullDownRefresh": true
  1173. }
  1174. }]
  1175. },
  1176. {
  1177. "root": "pages/order",
  1178. "pages": [
  1179. // {
  1180. // "path": "index",
  1181. // "style": {
  1182. // "navigationBarTitleText": "订单"
  1183. // }
  1184. // },
  1185. {
  1186. "path": "pay",
  1187. "style": {
  1188. "navigationBarTitleText": "支付"
  1189. }
  1190. },
  1191. {
  1192. "path": "logistics",
  1193. "style": {
  1194. "navigationBarTitleText": "物流信息"
  1195. }
  1196. },
  1197. {
  1198. "path": "logisticsNew",
  1199. "style": {
  1200. "navigationBarTitleText": "物流信息"
  1201. }
  1202. },
  1203. {
  1204. "path": "orderList/orderList",
  1205. "style": {
  1206. "navigationBarTitleText": "订单列表",
  1207. "enablePullDownRefresh": true
  1208. }
  1209. },
  1210. {
  1211. "path": "orderList/log",
  1212. "style": {
  1213. "navigationBarTitleText": "核销记录",
  1214. "enablePullDownRefresh": true
  1215. }
  1216. },
  1217. {
  1218. "path": "orderList/orderDetails",
  1219. "style": {
  1220. "navigationBarTitleText": "订单详情"
  1221. // "navigationStyle": "default"
  1222. }
  1223. },
  1224. {
  1225. "path": "orderList/orderblackDetails",
  1226. "style": {
  1227. "navigationBarTitleText": "退款详情"
  1228. }
  1229. },
  1230. {
  1231. "path": "gbOrder/gbOrderList",
  1232. "style": {
  1233. "navigationBarTitleText": "拼团订单",
  1234. "enablePullDownRefresh": true
  1235. }
  1236. },
  1237. {
  1238. "path": "gbOrder/gbOrderDetails",
  1239. "style": {
  1240. "navigationBarTitleText": "订单详情"
  1241. }
  1242. },
  1243. {
  1244. "path": "orderList/refundType",
  1245. "style": {
  1246. "navigationBarTitleText": "选择退款类型"
  1247. }
  1248. },
  1249. {
  1250. "path": "orderList/applicationDrawback",
  1251. "style": {
  1252. "navigationBarTitleText": "退款类型"
  1253. }
  1254. },
  1255. {
  1256. "path": "orderList/serviceOrder",
  1257. "style": {
  1258. "navigationBarTitleText": "订单列表",
  1259. "enablePullDownRefresh": true
  1260. }
  1261. },
  1262. {
  1263. "path": "orderList/serviceOrderDetail",
  1264. "style": {
  1265. "navigationBarTitleText": "订单详情"
  1266. }
  1267. },
  1268. {
  1269. "path": "banks/list",
  1270. "style": {
  1271. "navigationBarTitleText": "管理银行卡"
  1272. }
  1273. },
  1274. {
  1275. "path": "banks/addBankCard",
  1276. "style": {
  1277. "navigationBarTitleText": "新增银行卡"
  1278. }
  1279. },
  1280. {
  1281. "path": "banks/mobileCode",
  1282. "style": {
  1283. "navigationBarTitleText": "新增银行卡"
  1284. }
  1285. }
  1286. ]
  1287. },
  1288. {
  1289. "root": "pages/product",
  1290. "pages": [{
  1291. "path": "goods/goods",
  1292. "style": {
  1293. "navigationBarTitleText": "商品"
  1294. }
  1295. },
  1296. {
  1297. "path": "goods/IntegralGood",
  1298. "style": {
  1299. "navigationBarTitleText": "积分商品"
  1300. }
  1301. },
  1302. {
  1303. "path": "goods/serviceGood",
  1304. "style": {
  1305. "navigationBarTitleText": "服务商品"
  1306. }
  1307. },
  1308. {
  1309. "path": "goods/puzzleGoods",
  1310. "style": {
  1311. "navigationBarTitleText": "拼团详情"
  1312. }
  1313. },
  1314. {
  1315. "path": "goods/freeGoods",
  1316. "style": {
  1317. "navigationBarTitleText": "免费领商品"
  1318. }
  1319. },
  1320. {
  1321. "path": "goods/puzzleGoodsInfo",
  1322. "style": {
  1323. "navigationBarTitleText": "拼团详情"
  1324. }
  1325. },
  1326. {
  1327. "path": "goods/seckillGoods",
  1328. "style": {
  1329. "navigationBarTitleText": "秒杀详情"
  1330. }
  1331. },
  1332. {
  1333. "path": "surePay/surePay",
  1334. "style": {
  1335. "navigationBarTitleText": "确认订单"
  1336. }
  1337. },
  1338. {
  1339. "path": "surePay/servicePay",
  1340. "style": {
  1341. "navigationBarTitleText": "确认订单"
  1342. }
  1343. },
  1344. {
  1345. "path": "surePay/surePaySechill",
  1346. "style": {
  1347. "navigationBarTitleText": "确认订单"
  1348. }
  1349. },
  1350. {
  1351. "path": "surePay/IntegraPay",
  1352. "style": {
  1353. "navigationBarTitleText": "确认订单"
  1354. }
  1355. },
  1356. {
  1357. "path": "surePay/freeSurePay",
  1358. "style": {
  1359. "navigationBarTitleText": "确认订单"
  1360. }
  1361. },
  1362. {
  1363. "path": "search/search",
  1364. "style": {
  1365. "navigationBarTitleText": "商品分类"
  1366. }
  1367. },
  1368. {
  1369. "path": "search/productList",
  1370. "style": {
  1371. "navigationBarTitleText": "商品列表",
  1372. "enablePullDownRefresh": true //开启下拉刷新
  1373. }
  1374. }
  1375. ]
  1376. },
  1377. {
  1378. "root": "pages/nearbyShop",
  1379. "pages": [{
  1380. "path": "list",
  1381. "style": {
  1382. "navigationBarTitleText": "同城商家"
  1383. }
  1384. },
  1385. {
  1386. "path": "shopDetail",
  1387. "style": {
  1388. "navigationBarTitleText": "同城商家",
  1389. "enablePullDownRefresh": false, // 下拉刷新
  1390. "app-plus": {
  1391. "bounce": "none",
  1392. "safearea": {
  1393. "bottom": {
  1394. "offset": "auto"
  1395. }
  1396. }
  1397. }
  1398. }
  1399. },
  1400. {
  1401. "path": "goodsDetail",
  1402. "style": {
  1403. "navigationBarTitleText": "商品详情"
  1404. }
  1405. }
  1406. ]
  1407. },
  1408. {
  1409. "root": "pages/workbench",
  1410. "pages": [{
  1411. "path": "shop/index",
  1412. "style": {
  1413. "navigationBarTitleText": "店铺管理"
  1414. }
  1415. },
  1416. {
  1417. "path": "goods/index",
  1418. "style": {
  1419. "navigationBarTitleText": "商品管理",
  1420. "enablePullDownRefresh": true
  1421. }
  1422. },
  1423. {
  1424. "path": "order/index",
  1425. "style": {
  1426. "navigationBarTitleText": "订单上报",
  1427. "enablePullDownRefresh": true
  1428. }
  1429. },
  1430. {
  1431. "path": "goods/classify",
  1432. "style": {
  1433. "navigationBarTitleText": "分类管理"
  1434. }
  1435. },
  1436. {
  1437. "path": "goods/addClassify",
  1438. "style": {
  1439. "navigationBarTitleText": "新增分类"
  1440. }
  1441. },
  1442. {
  1443. "path": "goods/release",
  1444. "style": {
  1445. "navigationBarTitleText": "发布商品"
  1446. }
  1447. },
  1448. {
  1449. "path": "shop/registerAndAudit",
  1450. "style": {
  1451. "navigationBarTitleText": "店铺管理"
  1452. }
  1453. },
  1454. {
  1455. "path": "shop/audit",
  1456. "style": {
  1457. "navigationBarTitleText": "商家入驻"
  1458. }
  1459. },
  1460. {
  1461. "path": "order/detail",
  1462. "style": {
  1463. "navigationBarTitleText": "订单详情"
  1464. }
  1465. },
  1466. {
  1467. "path": "order/entering",
  1468. "style": {
  1469. "navigationBarTitleText": "订单上报"
  1470. }
  1471. },
  1472. {
  1473. "path": "order/coalitionList",
  1474. "style": {
  1475. "navigationBarTitleText": "订单列表",
  1476. "enablePullDownRefresh": true
  1477. }
  1478. },
  1479. {
  1480. "path": "order/comment",
  1481. "style": {
  1482. "navigationBarTitleText": "订单评价"
  1483. }
  1484. }
  1485. ]
  1486. },
  1487. {
  1488. "root": "pages/game",
  1489. "pages": [{
  1490. "path": "Lottery",
  1491. "style": {
  1492. "navigationBarTitleText": "抽奖"
  1493. }
  1494. }, {
  1495. "path": "winning-list",
  1496. "style": {
  1497. "navigationBarTitleText": "中奖记录"
  1498. }
  1499. }, {
  1500. "path": "award-information",
  1501. "style": {
  1502. "navigationBarTitleText": "填写领奖信息"
  1503. }
  1504. }]
  1505. },
  1506. {
  1507. "root": "pages/task",
  1508. "pages": [{
  1509. "path": "task-list",
  1510. "style": {
  1511. "navigationBarTitleText": "任务中心"
  1512. }
  1513. }, {
  1514. "path": "task-details",
  1515. "style": {
  1516. "navigationBarTitleText": "任务详情"
  1517. }
  1518. }, {
  1519. "path": "ranking",
  1520. "style": {
  1521. "navigationBarTitleText": "排行榜"
  1522. }
  1523. }, {
  1524. "path": "my-task",
  1525. "style": {
  1526. "navigationBarTitleText": "任务中心"
  1527. }
  1528. }, {
  1529. "path": "submit-task",
  1530. "style": {
  1531. "navigationBarTitleText": "提交任务"
  1532. }
  1533. }, {
  1534. "path": "submit-success",
  1535. "style": {
  1536. "navigationBarTitleText": "提交完成"
  1537. }
  1538. }, {
  1539. "path": "task-audit",
  1540. "style": {
  1541. "navigationBarTitleText": "审核详情"
  1542. }
  1543. }]
  1544. }
  1545. ],
  1546. "globalStyle": {
  1547. "pageOrientation": "portrait",
  1548. "navigationBarTextStyle": "black",
  1549. "navigationBarBackgroundColor": "#fff",
  1550. "backgroundColor": "#F8F8F8",
  1551. // "backgroundTextStyle":"#F8F8F8",
  1552. "backgroundColorBottom": "#F4F5F6",
  1553. "navigationStyle": "custom",
  1554. "scrollIndicator": "none",
  1555. "app-plus": {
  1556. "scrollIndicator": "none",
  1557. "titleView": true,
  1558. "optimization": {
  1559. "subPackages": true
  1560. },
  1561. "runmode": "liberate" // 开启分包优化后,必须配置资源释放模式
  1562. }
  1563. },
  1564. "tabBar": {
  1565. "color": "#666",
  1566. "selectedColor": "#3CB6D2",
  1567. "borderStyle": "white",
  1568. "backgroundColor": "#Fff",
  1569. "fontSize": "12px",
  1570. "iconWidth": "28px",
  1571. "spacing": "0px",
  1572. "height": "55px",
  1573. "list": [{
  1574. "pagePath": "pages/home",
  1575. "iconPath": "static/tabbar_01.png",
  1576. "selectedIconPath": "static/tabbar_selected_01.png",
  1577. "text": "首页"
  1578. },
  1579. {
  1580. "pagePath": "pages/government/map",
  1581. "iconPath": "static/tabbar_02.png",
  1582. "selectedIconPath": "static/tabbar_selected_02.png",
  1583. "text": "地图"
  1584. },
  1585. {
  1586. "pagePath": "pages/government/discovery",
  1587. "iconPath": "static/tabbar_03.png",
  1588. "selectedIconPath": "static/tabbar_selected_03.png",
  1589. "text": "发现"
  1590. },
  1591. {
  1592. "pagePath": "pages/government/mine",
  1593. "iconPath": "static/tabbar_04.png",
  1594. "selectedIconPath": "static/tabbar_selected_04.png",
  1595. "text": "我的"
  1596. }
  1597. ],
  1598. "midButton": {
  1599. "width": "80px",
  1600. "height": "80px",
  1601. "text": "市民码",
  1602. // "iconPath": "static/tabbar_code.png",
  1603. "iconPath": "static/tabbar_code_bg.png",
  1604. "iconWidth": "60px"
  1605. }
  1606. },
  1607. "condition": { //模式配置,仅开发期间生效
  1608. "current": 0, //当前激活的模式(list 的索引项)
  1609. "list": [{
  1610. "name": "", //模式名称
  1611. "path": "", //启动页面,必选
  1612. "query": "" //启动参数,在页面的onLoad函数里面得到
  1613. }]
  1614. }
  1615. }