pages.json 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页
  3. {
  4. "path": "pages/guide/index",
  5. "style": {
  6. "app-plus": {
  7. "titleNView": false //禁用原生导航栏
  8. }
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "",
  15. "navigationStyle": "custom",
  16. "navigationBarTextStyle": "white",
  17. "app-plus": {
  18. "scrollIndicator": "none"
  19. }
  20. }
  21. },
  22. {
  23. "path": "pages/order_addcart/order_addcart",
  24. "style": {
  25. "navigationBarTitleText": "购物车",
  26. "app-plus": {
  27. // #ifdef APP-PLUS
  28. "titleNView": {
  29. "type": "default"
  30. }
  31. // #endif
  32. }
  33. }
  34. },
  35. {
  36. "path": "pages/user/index",
  37. "style": {
  38. "navigationBarTitleText": "个人中心",
  39. "enablePullDownRefresh": true
  40. // #ifdef MP || APP-PLUS
  41. ,
  42. "navigationStyle": "custom",
  43. // "navigationBarBackgroundColor": "#e93323",
  44. "navigationBarTextStyle": "black"
  45. // #endif
  46. }
  47. },
  48. {
  49. "path": "pages/goods_cate/goods_cate",
  50. "style": {
  51. "navigationBarTitleText": "商品分类",
  52. "app-plus": {
  53. // #ifdef APP-PLUS
  54. "titleNView": {
  55. "type": "default"
  56. }
  57. // #endif
  58. }
  59. }
  60. }
  61. ],
  62. "subPackages": [{ // 模块分包
  63. "root": "pages/extension",
  64. "name": "extension",
  65. "pages": [{
  66. "path": "customer_list/chat",
  67. "style": {
  68. "navigationBarTitleText": "对话详情",
  69. "navigationBarBackgroundColor": "#3875EA",
  70. "navigationBarTextStyle": "white",
  71. "app-plus": {
  72. // #ifdef APP-PLUS
  73. "titleNView": {
  74. "type": "default"
  75. }
  76. // #endif
  77. }
  78. }
  79. },
  80. {
  81. "path": "news_list/index",
  82. "style": {
  83. "navigationBarTitleText": "资讯",
  84. "app-plus": {
  85. // #ifdef APP-PLUS
  86. "titleNView": {
  87. "type": "default"
  88. }
  89. // #endif
  90. }
  91. }
  92. },
  93. {
  94. "path": "news_details/index",
  95. "style": {
  96. "navigationBarTitleText": "资讯详情",
  97. "app-plus": {
  98. // #ifdef APP-PLUS
  99. "titleNView": {
  100. "type": "default"
  101. }
  102. // #endif
  103. }
  104. }
  105. }
  106. ]
  107. }, {
  108. "root": "pages/goods",
  109. "name": "goods",
  110. "pages": [{
  111. "path": "goods_list/index",
  112. "style": {
  113. "navigationBarTitleText": "商品列表",
  114. "app-plus": {
  115. // #ifdef APP-PLUS
  116. "titleNView": {
  117. "type": "default"
  118. }
  119. // #endif
  120. }
  121. }
  122. }, {
  123. "path": "goods_search/index",
  124. "style": {
  125. "navigationBarTitleText": "搜索商品",
  126. "app-plus": {
  127. // #ifdef APP-PLUS
  128. "titleNView": {
  129. "type": "default"
  130. }
  131. // #endif
  132. }
  133. }
  134. }, {
  135. "path": "order_pay_status/index",
  136. "style": {
  137. "navigationBarTitleText": "支付成功",
  138. "app-plus": {
  139. // #ifdef APP-PLUS
  140. "titleNView": {
  141. "type": "default"
  142. }
  143. // #endif
  144. }
  145. }
  146. }, {
  147. "path": "admin_order_detail/index",
  148. "style": {
  149. "navigationBarTitleText": "订单详情",
  150. "app-plus": {
  151. // #ifdef APP-PLUS
  152. "titleNView": {
  153. "type": "default"
  154. }
  155. // #endif
  156. }
  157. }
  158. }, {
  159. "path": "goods_comment_con/index",
  160. "style": {
  161. "navigationBarTitleText": "商品评价",
  162. "app-plus": {
  163. // #ifdef APP-PLUS
  164. "titleNView": {
  165. "type": "default"
  166. }
  167. // #endif
  168. }
  169. }
  170. }, {
  171. "path": "goods_comment_con/lottery_comment",
  172. "style": {
  173. "navigationBarTitleText": "订单评价",
  174. "app-plus": {
  175. // #ifdef APP-PLUS
  176. "titleNView": {
  177. "type": "default"
  178. }
  179. // #endif
  180. }
  181. }
  182. }, {
  183. "path": "goods_comment_list/index",
  184. "style": {
  185. "navigationBarTitleText": "商品评分",
  186. "app-plus": {
  187. // #ifdef APP-PLUS
  188. "titleNView": {
  189. "type": "default"
  190. }
  191. // #endif
  192. }
  193. }
  194. }, {
  195. "path": "goods_details_store/index",
  196. "style": {
  197. "navigationBarTitleText": "门店列表",
  198. "app-plus": {
  199. // #ifdef APP-PLUS
  200. "titleNView": {
  201. "type": "default"
  202. }
  203. // #endif
  204. }
  205. }
  206. }, {
  207. "path": "goods_logistics/index",
  208. "style": {
  209. "navigationBarTitleText": "物流信息",
  210. "app-plus": {
  211. // #ifdef APP-PLUS
  212. "titleNView": {
  213. "type": "default"
  214. }
  215. // #endif
  216. }
  217. }
  218. }, {
  219. "path": "goods_return/index",
  220. "style": {
  221. "navigationBarTitleText": "申请退货",
  222. "app-plus": {
  223. // #ifdef APP-PLUS
  224. "titleNView": {
  225. "type": "default"
  226. }
  227. // #endif
  228. }
  229. }
  230. }, {
  231. "path": "goods_return_list/index",
  232. "style": {
  233. "navigationBarTitleText": "退货列表",
  234. "app-plus": {
  235. // #ifdef APP-PLUS
  236. "titleNView": {
  237. "type": "default"
  238. }
  239. // #endif
  240. }
  241. }
  242. }, {
  243. "path": "lottery/grids/index",
  244. "style": {
  245. "navigationBarTitleText": "抽奖活动",
  246. "app-plus": {
  247. // #ifdef APP-PLUS
  248. "titleNView": {
  249. "type": "default"
  250. }
  251. // #endif
  252. }
  253. }
  254. },
  255. {
  256. "path": "lottery/grids/record",
  257. "style": {
  258. "navigationBarTitleText": "中奖记录",
  259. "app-plus": {
  260. // #ifdef APP-PLUS
  261. "titleNView": {
  262. "type": "default"
  263. }
  264. // #endif
  265. }
  266. }
  267. }, {
  268. "path": "order_confirm/index",
  269. "style": {
  270. "navigationBarTitleText": "提交订单",
  271. "app-plus": {
  272. // #ifdef APP-PLUS
  273. "titleNView": {
  274. "type": "default"
  275. }
  276. // #endif
  277. }
  278. }
  279. }, {
  280. "path": "order_details/index",
  281. "style": {
  282. "navigationBarTitleText": "订单详情",
  283. "app-plus": {
  284. // #ifdef APP-PLUS
  285. "titleNView": {
  286. "type": "default"
  287. }
  288. // #endif
  289. }
  290. }
  291. }, {
  292. "path": "order_list/index",
  293. "style": {
  294. "navigationBarTitleText": "我的订单",
  295. "app-plus": {
  296. // #ifdef APP-PLUS
  297. "titleNView": {
  298. "type": "default"
  299. }
  300. // #endif
  301. }
  302. }
  303. }, {
  304. "path": "order_refund_goods/index",
  305. "style": {
  306. "navigationBarTitleText": "退回商品",
  307. "app-plus": {
  308. // #ifdef APP-PLUS
  309. "titleNView": {
  310. "type": "default"
  311. }
  312. // #endif
  313. }
  314. }
  315. }, {
  316. "path": "cashier/index",
  317. "style": {
  318. "navigationBarTitleText": "收银台",
  319. "app-plus": {
  320. // #ifdef APP-PLUS
  321. "titleNView": {
  322. "type": "default"
  323. }
  324. // #endif
  325. }
  326. }
  327. }
  328. ]
  329. }, {
  330. "root": "pages/users",
  331. "name": "users",
  332. "pages": [{
  333. "path": "user_vip_areer/index",
  334. "style": {
  335. "navigationBarTitleText": "经验记录",
  336. "app-plus": {
  337. // #ifdef APP-PLUS
  338. "titleNView": {
  339. "type": "default"
  340. }
  341. // #endif
  342. }
  343. }
  344. },
  345. {
  346. "path": "user_bind/index",
  347. "style": {
  348. "navigationBarTitleText": "绑定汇聚支付",
  349. "app-plus": {
  350. // #ifdef APP-PLUS
  351. "titleNView": {
  352. "type": "default"
  353. }
  354. // #endif
  355. }
  356. }
  357. },
  358. {
  359. "path": "privacy/index",
  360. "style": {
  361. "navigationBarTitleText": "隐私协议",
  362. "app-plus": {
  363. // #ifdef APP-PLUS
  364. "titleNView": {
  365. "type": "default"
  366. }
  367. // #endif
  368. }
  369. }
  370. },
  371. {
  372. "path": "user_cancellation/index",
  373. "style": {
  374. "navigationBarTitleText": "注销协议",
  375. "app-plus": {
  376. // #ifdef APP-PLUS
  377. "titleNView": {
  378. "type": "default"
  379. }
  380. // #endif
  381. }
  382. }
  383. },
  384. {
  385. "path": "message_center/index",
  386. "style": {
  387. "navigationBarTitleText": "消息中心",
  388. "enablePullDownRefresh": true,
  389. "app-plus": {
  390. // #ifdef APP-PLUS
  391. "titleNView": {
  392. "type": "default"
  393. }
  394. // #endif
  395. }
  396. }
  397. },
  398. {
  399. "path": "message_center/messageDetail",
  400. "style": {
  401. "navigationBarTitleText": "消息详情",
  402. "app-plus": {
  403. // #ifdef APP-PLUS
  404. "titleNView": {
  405. "type": "default"
  406. }
  407. // #endif
  408. }
  409. }
  410. },
  411. {
  412. "path": "message_center/messageDetail",
  413. "style": {
  414. "navigationBarTitleText": "消息详情",
  415. "app-plus": {
  416. // #ifdef APP-PLUS
  417. "titleNView": {
  418. "type": "default"
  419. }
  420. // #endif
  421. }
  422. }
  423. },
  424. {
  425. "path": "scan_login/index",
  426. "style": {
  427. "navigationBarTitleText": "授权登录"
  428. }
  429. },
  430. {
  431. "path": "user_invoice_list/index",
  432. "style": {
  433. "navigationBarTitleText": "发票管理",
  434. "app-plus": {
  435. // #ifdef APP-PLUS
  436. "titleNView": {
  437. "type": "default"
  438. }
  439. // #endif
  440. }
  441. }
  442. },
  443. {
  444. "path": "user_jifen/income",
  445. "style": {
  446. "navigationBarTitleText": "可收益积分",
  447. "app-plus": {
  448. // #ifdef APP-PLUS
  449. "titleNView": {
  450. "type": "default"
  451. }
  452. // #endif
  453. }
  454. }
  455. },
  456. {
  457. "path": "user_jifen/repeat",
  458. "style": {
  459. "navigationBarTitleText": "复消积分",
  460. "app-plus": {
  461. // #ifdef APP-PLUS
  462. "titleNView": {
  463. "type": "default"
  464. }
  465. // #endif
  466. }
  467. }
  468. },
  469. {
  470. "path": "user_jifen/equity",
  471. "style": {
  472. "navigationBarTitleText": "股权积分",
  473. "app-plus": {
  474. // #ifdef APP-PLUS
  475. "titleNView": {
  476. "type": "default"
  477. }
  478. // #endif
  479. }
  480. }
  481. },
  482. {
  483. "path": "user_jifen/consumption",
  484. "style": {
  485. "navigationBarTitleText": "消费券积分",
  486. "app-plus": {
  487. // #ifdef APP-PLUS
  488. "titleNView": {
  489. "type": "default"
  490. }
  491. // #endif
  492. }
  493. }
  494. },
  495. {
  496. "path": "user_jifen/contribute",
  497. "style": {
  498. "navigationBarTitleText": "贡献值",
  499. "app-plus": {
  500. // #ifdef APP-PLUS
  501. "titleNView": {
  502. "type": "default"
  503. }
  504. // #endif
  505. }
  506. }
  507. },
  508. {
  509. "path": "user_invoice_form/index",
  510. "style": {
  511. "navigationBarTitleText": "添加新发票",
  512. "app-plus": {
  513. // #ifdef APP-PLUS
  514. "titleNView": {
  515. "type": "default"
  516. }
  517. // #endif
  518. }
  519. }
  520. },
  521. //#ifdef H5
  522. {
  523. "path": "alipay_invoke/index",
  524. "style": {
  525. "navigationBarTitleText": "支付提示"
  526. }
  527. },
  528. //#endif
  529. {
  530. "path": "wechat_login/index",
  531. "style": {
  532. "navigationBarTitleText": "",
  533. "navigationStyle": "custom",
  534. "app-plus": {
  535. "scrollIndicator": "none"
  536. }
  537. }
  538. },
  539. {
  540. "path": "binding_phone/index",
  541. "style": {
  542. "navigationBarTitleText": "",
  543. "navigationStyle": "custom",
  544. "app-plus": {
  545. "scrollIndicator": "none"
  546. }
  547. }
  548. },
  549. {
  550. "path": "retrievePassword/index",
  551. "style": {
  552. "navigationBarTitleText": "忘记密码",
  553. "app-plus": {
  554. // #ifdef APP-PLUS
  555. "titleNView": {
  556. "type": "default"
  557. }
  558. // #endif
  559. }
  560. }
  561. },
  562. {
  563. "path": "user_info/index",
  564. "style": {
  565. "navigationBarTitleText": "个人资料",
  566. "app-plus": {
  567. // #ifdef APP-PLUS
  568. "titleNView": {
  569. "type": "default"
  570. }
  571. // #endif
  572. }
  573. }
  574. },
  575. {
  576. "path": "user_get_coupon/index",
  577. "style": {
  578. "navigationBarTitleText": "领取优惠券",
  579. "app-plus": {
  580. // #ifdef APP-PLUS
  581. "titleNView": {
  582. "type": "default"
  583. }
  584. // #endif
  585. }
  586. }
  587. },
  588. {
  589. "path": "visit_list/index",
  590. "style": {
  591. "navigationBarTitleText": "浏览记录",
  592. "app-plus": {
  593. // #ifdef APP-PLUS
  594. "titleNView": {
  595. "type": "default"
  596. }
  597. // #endif
  598. }
  599. }
  600. },
  601. {
  602. "path": "user_goods_collection/index",
  603. "style": {
  604. "navigationBarTitleText": "收藏商品",
  605. "app-plus": {
  606. // #ifdef APP-PLUS
  607. "titleNView": {
  608. "type": "default"
  609. }
  610. // #endif
  611. }
  612. }
  613. },
  614. {
  615. "path": "user_sgin/index",
  616. "style": {
  617. "navigationBarTitleText": "签到",
  618. // #ifdef MP
  619. // "navigationBarTextStyle": "white",
  620. // "navigationBarBackgroundColor": "#e93323"
  621. // #endif
  622. "app-plus": {
  623. // #ifdef APP-PLUS
  624. "titleNView": {
  625. "type": "default"
  626. }
  627. // #endif
  628. }
  629. }
  630. },
  631. {
  632. "path": "user_sgin_list/index",
  633. "style": {
  634. "navigationBarTitleText": "签到记录",
  635. "app-plus": {
  636. // #ifdef APP-PLUS
  637. "titleNView": {
  638. "type": "default"
  639. }
  640. // #endif
  641. }
  642. }
  643. },
  644. {
  645. "path": "user_money/index",
  646. "style": {
  647. "navigationBarTitleText": "我的账户",
  648. "app-plus": {
  649. // #ifdef APP-PLUS
  650. "titleNView": {
  651. "type": "default"
  652. }
  653. // #endif
  654. }
  655. }
  656. },
  657. {
  658. "path": "user_bill/index",
  659. "style": {
  660. "navigationBarTitleText": "账单明细",
  661. "app-plus": {
  662. // #ifdef APP-PLUS
  663. "titleNView": {
  664. "type": "default"
  665. }
  666. // #endif
  667. }
  668. }
  669. },
  670. {
  671. "path": "user_integral/index",
  672. "style": {
  673. "navigationBarTitleText": "积分详情"
  674. // #ifdef MP
  675. ,
  676. "navigationBarTextStyle": "black",
  677. "navigationBarBackgroundColor": "#FFFFFF"
  678. // #endif
  679. ,
  680. "app-plus": {
  681. // #ifdef APP-PLUS
  682. "titleNView": {
  683. "type": "default"
  684. }
  685. // #endif
  686. }
  687. }
  688. },
  689. {
  690. "path": "user_coupon/index",
  691. "style": {
  692. "navigationBarTitleText": "我的优惠券",
  693. "app-plus": {
  694. // #ifdef APP-PLUS
  695. "titleNView": {
  696. "type": "default"
  697. }
  698. // #endif
  699. }
  700. }
  701. },
  702. {
  703. "path": "user_spread_user/index",
  704. "style": {
  705. "navigationBarTitleText": "我的推广"
  706. // #ifdef MP
  707. ,
  708. "navigationBarTextStyle": "black",
  709. "navigationBarBackgroundColor": "#FFFFFF"
  710. // #endif
  711. ,
  712. "app-plus": {
  713. // #ifdef APP-PLUS
  714. "titleNView": {
  715. "type": "default"
  716. }
  717. // #endif
  718. }
  719. }
  720. },
  721. {
  722. "path": "user_spread_code/index",
  723. "style": {
  724. "navigationBarTitleText": "分销海报",
  725. "app-plus": {
  726. // #ifdef APP-PLUS
  727. "titleNView": {
  728. "type": "default"
  729. }
  730. // #endif
  731. }
  732. }
  733. },
  734. {
  735. "path": "user_spread_money/index",
  736. "style": {
  737. "navigationBarTitleText": "佣金记录"
  738. // #ifdef MP
  739. ,
  740. "navigationBarTextStyle": "black",
  741. "navigationBarBackgroundColor": "#FFFFFF"
  742. // #endif
  743. ,
  744. "app-plus": {
  745. // #ifdef APP-PLUS
  746. "titleNView": {
  747. "type": "default"
  748. }
  749. // #endif
  750. }
  751. }
  752. },
  753. {
  754. "path": "user_cash/index",
  755. "style": {
  756. "navigationBarTitleText": "提现",
  757. "navigationBarBackgroundColor": "#FFFFFF"
  758. // #ifdef MP || APP-PLUS
  759. ,
  760. "navigationBarTextStyle": "black"
  761. // #endif
  762. ,
  763. "app-plus": {
  764. // #ifdef APP-PLUS
  765. "titleNView": {
  766. "type": "default"
  767. }
  768. // #endif
  769. }
  770. }
  771. },
  772. {
  773. "path": "user_vip/index",
  774. "style": {
  775. "navigationBarTitleText": "我的等级",
  776. "navigationBarBackgroundColor": "#232323"
  777. // #ifdef MP || APP-PLUS
  778. ,
  779. "navigationBarTextStyle": "white"
  780. // #endif
  781. ,
  782. "app-plus": {
  783. // #ifdef APP-PLUS
  784. "titleNView": {
  785. "type": "default"
  786. }
  787. // #endif
  788. }
  789. }
  790. }, {
  791. "path": "user_distribution_level/index",
  792. "style": {
  793. "navigationBarTitleText": "分销等级",
  794. "navigationBarBackgroundColor": "#232323"
  795. // #ifdef MP || APP-PLUS
  796. ,
  797. "navigationBarTextStyle": "white"
  798. // #endif
  799. ,
  800. "app-plus": {
  801. // #ifdef APP-PLUS
  802. "titleNView": {
  803. "type": "default"
  804. }
  805. // #endif
  806. }
  807. }
  808. },
  809. {
  810. "path": "user_address_list/index",
  811. "style": {
  812. "navigationBarTitleText": "地址管理",
  813. "app-plus": {
  814. // #ifdef APP-PLUS
  815. "titleNView": {
  816. "type": "default"
  817. }
  818. // #endif
  819. }
  820. }
  821. },
  822. {
  823. "path": "user_address/index",
  824. "style": {
  825. "navigationBarTitleText": "添加地址",
  826. "app-plus": {
  827. // #ifdef APP-PLUS
  828. "titleNView": {
  829. "type": "default"
  830. }
  831. // #endif
  832. }
  833. }
  834. },
  835. {
  836. "path": "user_phone/index",
  837. "style": {
  838. "navigationBarTitleText": "绑定手机",
  839. // #ifdef MP
  840. // "navigationBarTextStyle": "white",
  841. // "navigationBarBackgroundColor": "#e93323"
  842. // #endif
  843. "app-plus": {
  844. // #ifdef APP-PLUS
  845. "titleNView": {
  846. "type": "default"
  847. }
  848. // #endif
  849. }
  850. }
  851. },
  852. {
  853. "path": "user_payment/index",
  854. "style": {
  855. "navigationBarTitleText": "余额充值",
  856. "app-plus": {
  857. // #ifdef APP-PLUS
  858. "titleNView": {
  859. "type": "default"
  860. }
  861. // #endif
  862. }
  863. }
  864. },
  865. {
  866. "path": "user_pwd_edit/index",
  867. "style": {
  868. "navigationBarTitleText": "修改密码"
  869. // #ifdef MP
  870. // ,
  871. // "navigationBarTextStyle": "white"
  872. // "navigationBarBackgroundColor": "#e93323"
  873. // #endif
  874. ,
  875. "app-plus": {
  876. // #ifdef APP-PLUS
  877. "titleNView": {
  878. "type": "default"
  879. }
  880. // #endif
  881. }
  882. }
  883. },
  884. {
  885. "path": "promoter-list/index",
  886. "style": {
  887. "navigationBarTitleText": "推广人列表"
  888. // #ifdef MP
  889. ,
  890. "navigationBarBackgroundColor": "#FFFFFF",
  891. "navigationBarTextStyle": "black"
  892. // #endif
  893. ,
  894. "app-plus": {
  895. // #ifdef APP-PLUS
  896. "titleNView": {
  897. "type": "default"
  898. }
  899. // #endif
  900. }
  901. }
  902. },
  903. {
  904. "path": "promoter-order/index",
  905. "style": {
  906. "navigationBarTitleText": "推广人订单"
  907. // #ifdef MP
  908. ,
  909. "navigationBarTextStyle": "black",
  910. "navigationBarBackgroundColor": "#FFFFFF"
  911. // #endif
  912. ,
  913. "app-plus": {
  914. // #ifdef APP-PLUS
  915. "titleNView": {
  916. "type": "default"
  917. }
  918. // #endif
  919. }
  920. }
  921. },
  922. {
  923. "path": "promoter_rank/index",
  924. "style": {
  925. "navigationBarTitleText": "推广人排行"
  926. // #ifdef MP
  927. ,
  928. "navigationBarTextStyle": "black",
  929. "navigationBarBackgroundColor": "#FFFFFF"
  930. // #endif
  931. ,
  932. "app-plus": {
  933. // #ifdef APP-PLUS
  934. "titleNView": {
  935. "type": "default"
  936. }
  937. // #endif
  938. }
  939. }
  940. },
  941. {
  942. "path": "commission_rank/index",
  943. "style": {
  944. "navigationBarTitleText": "佣金排行",
  945. "navigationBarBackgroundColor": "#FFFFFF"
  946. // #ifdef MP || APP-PLUS
  947. ,
  948. "navigationBarTextStyle": "black"
  949. // #endif
  950. ,
  951. "app-plus": {
  952. // #ifdef APP-PLUS
  953. "titleNView": {
  954. "type": "default"
  955. }
  956. // #endif
  957. }
  958. }
  959. },
  960. {
  961. "path": "user_return_list/index",
  962. "style": {
  963. "navigationBarTitleText": "退货列表",
  964. "app-plus": {
  965. // #ifdef APP-PLUS
  966. "titleNView": {
  967. "type": "default"
  968. }
  969. // #endif
  970. }
  971. }
  972. },
  973. {
  974. "path": "real_name/index",
  975. "style": {
  976. "navigationBarTitleText": "实名认证",
  977. "app-plus": {
  978. // #ifdef APP-PLUS
  979. "titleNView": {
  980. "type": "default"
  981. }
  982. // #endif
  983. }
  984. }
  985. },
  986. {
  987. "path": "login/index",
  988. "style": {
  989. "navigationBarTitleText": "登录",
  990. "app-plus": {
  991. // #ifdef APP-PLUS
  992. "titleNView": {
  993. "type": "default"
  994. }
  995. // #endif
  996. }
  997. }
  998. },
  999. {
  1000. "path": "login/register",
  1001. "style": {
  1002. "navigationBarTitleText": "注册",
  1003. "app-plus": {
  1004. // #ifdef APP-PLUS
  1005. "titleNView": {
  1006. "type": "default"
  1007. }
  1008. // #endif
  1009. }
  1010. }
  1011. },
  1012. {
  1013. "path": "login/forget",
  1014. "style": {
  1015. "navigationBarTitleText": "忘记密码",
  1016. "app-plus": {
  1017. // #ifdef APP-PLUS
  1018. "titleNView": {
  1019. "type": "default"
  1020. }
  1021. // #endif
  1022. }
  1023. }
  1024. },
  1025. {
  1026. "path": "payment_on_behalf/index",
  1027. "style": {
  1028. "navigationBarTitleText": "好友代付",
  1029. "app-plus": {
  1030. // #ifdef APP-PLUS
  1031. "titleNView": {
  1032. "type": "default"
  1033. }
  1034. // #endif
  1035. }
  1036. }
  1037. }, {
  1038. "path": "payment_on_behalf/pay_status",
  1039. "style": {
  1040. "navigationBarTitleText": "代付成功",
  1041. "app-plus": {
  1042. // #ifdef APP-PLUS
  1043. "titleNView": {
  1044. "type": "default"
  1045. }
  1046. // #endif
  1047. }
  1048. }
  1049. },
  1050. {
  1051. "path": "staff_list/index",
  1052. "style": {
  1053. "navigationBarTitleText": "员工列表",
  1054. "navigationBarBackgroundColor": "#e93323"
  1055. // #ifdef MP
  1056. ,
  1057. "navigationBarTextStyle": "#fff"
  1058. // #endif
  1059. }
  1060. }
  1061. // #ifdef H5
  1062. ,
  1063. {
  1064. "path": "auth/index",
  1065. "style": {
  1066. "navigationBarTitleText": ""
  1067. }
  1068. }
  1069. // #endif
  1070. ],
  1071. "plugins": {
  1072. "live-player-plugin": {
  1073. "version": "1.3.5",
  1074. "provider": "wx2b03c6e691cd7370"
  1075. }
  1076. }
  1077. },
  1078. {
  1079. "root": "pages/goods_details",
  1080. "name": "goods_details",
  1081. "pages": [{
  1082. "path": "index",
  1083. "style": {
  1084. "navigationStyle": "custom",
  1085. "transparentTitle": "auto",
  1086. "app-plus": {
  1087. // #ifdef APP-PLUS
  1088. "titleNView": {
  1089. "padding-left": "10px",
  1090. "padding-right": "10px",
  1091. "type": "transparent",
  1092. "buttons": [ //原生标题栏按钮配置,
  1093. {
  1094. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1095. }
  1096. ]
  1097. }
  1098. // #endif
  1099. }
  1100. }
  1101. }]
  1102. },
  1103. {
  1104. "root": "pages/activity",
  1105. "name": "activity",
  1106. "pages": [{
  1107. "path": "goods_bargain/index",
  1108. "style": {
  1109. // #ifdef MP
  1110. // "navigationBarTextStyle": "white",
  1111. // "navigationBarBackgroundColor": "#E93323",
  1112. "navigationBarTitleText": "砍价列表",
  1113. // #endif
  1114. "app-plus": {
  1115. // #ifdef APP-PLUS
  1116. "titleNView": {
  1117. "type": "default"
  1118. }
  1119. // #endif
  1120. }
  1121. }
  1122. },
  1123. {
  1124. "path": "goods_bargain_details/index",
  1125. "style": {
  1126. // #ifdef MP
  1127. "navigationBarTitleText": "砍价活动",
  1128. // #endif
  1129. "app-plus": {
  1130. // #ifdef APP-PLUS
  1131. "titleNView": {
  1132. "type": "default"
  1133. }
  1134. // #endif
  1135. }
  1136. }
  1137. },
  1138. {
  1139. "path": "goods_combination/index",
  1140. "style": {
  1141. // #ifdef MP
  1142. // "navigationBarTextStyle": "white",
  1143. // "navigationBarBackgroundColor": "#E93323",
  1144. "navigationBarTitleText": "拼团活动",
  1145. // #endif
  1146. "app-plus": {
  1147. // #ifdef APP-PLUS
  1148. "titleNView": {
  1149. "type": "default"
  1150. }
  1151. // #endif
  1152. }
  1153. }
  1154. },
  1155. {
  1156. "path": "goods_combination_details/index",
  1157. "style": {
  1158. "navigationStyle": "custom",
  1159. "app-plus": {
  1160. // #ifdef APP-PLUS
  1161. "titleNView": {
  1162. "padding-left": "10px",
  1163. "padding-right": "10px",
  1164. "type": "transparent",
  1165. "buttons": [ //原生标题栏按钮配置,
  1166. {
  1167. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1168. }
  1169. ]
  1170. }
  1171. // #endif
  1172. }
  1173. }
  1174. },
  1175. {
  1176. "path": "goods_combination_status/index",
  1177. "style": {
  1178. "navigationBarTitleText": "拼团",
  1179. "app-plus": {
  1180. // #ifdef APP-PLUS
  1181. "titleNView": {
  1182. "type": "default"
  1183. }
  1184. // #endif
  1185. }
  1186. }
  1187. },
  1188. {
  1189. "path": "goods_seckill/index",
  1190. "style": {
  1191. "navigationBarTitleText": "限时秒杀"
  1192. // #ifdef MP
  1193. // "navigationBarTextStyle": "white"
  1194. // "navigationBarBackgroundColor": "#e93323"
  1195. // #endif
  1196. ,
  1197. "app-plus": {
  1198. // #ifdef APP-PLUS
  1199. "titleNView": {
  1200. "type": "default"
  1201. }
  1202. // #endif
  1203. }
  1204. }
  1205. },
  1206. {
  1207. "path": "goods_seckill_details/index",
  1208. "style": {
  1209. "navigationStyle": "custom"
  1210. // #ifdef MP
  1211. ,
  1212. "navigationBarTextStyle": "white"
  1213. // #endif
  1214. ,
  1215. "app-plus": {
  1216. // #ifdef APP-PLUS
  1217. "titleNView": {
  1218. "padding-left": "10px",
  1219. "padding-right": "10px",
  1220. "type": "transparent",
  1221. "buttons": [ //原生标题栏按钮配置,
  1222. {
  1223. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1224. }
  1225. ]
  1226. }
  1227. // #endif
  1228. }
  1229. }
  1230. },
  1231. {
  1232. "path": "poster-poster/index",
  1233. "style": {
  1234. "navigationBarTitleText": "砍价海报"
  1235. // #ifdef MP
  1236. // "navigationBarTextStyle": "white"
  1237. // "navigationBarBackgroundColor": "#d22516"
  1238. // #endif
  1239. ,
  1240. "app-plus": {
  1241. // #ifdef APP-PLUS
  1242. "titleNView": {
  1243. "type": "default"
  1244. }
  1245. // #endif
  1246. }
  1247. }
  1248. },
  1249. {
  1250. "path": "bargain/index",
  1251. "style": {
  1252. "navigationBarTitleText": "砍价记录",
  1253. "app-plus": {
  1254. // #ifdef APP-PLUS
  1255. "titleNView": {
  1256. "type": "default"
  1257. }
  1258. // #endif
  1259. }
  1260. }
  1261. },
  1262. {
  1263. "path": "presell/index",
  1264. "style": {
  1265. "navigationBarTitleText": "预售列表",
  1266. "app-plus": {
  1267. // #ifdef APP-PLUS
  1268. "titleNView": {
  1269. "type": "default"
  1270. }
  1271. // #endif
  1272. }
  1273. }
  1274. }
  1275. ]
  1276. },
  1277. {
  1278. "root": "pages/admin",
  1279. "name": "adminOrder",
  1280. "pages": [{
  1281. "path": "custom_date/index",
  1282. "style": {
  1283. "navigationBarTitleText": "选择日期"
  1284. }
  1285. },
  1286. {
  1287. "path": "order/index",
  1288. "style": {
  1289. "navigationBarTitleText": "订单统计",
  1290. "app-plus": {
  1291. // #ifdef APP-PLUS
  1292. "titleNView": {
  1293. "type": "default"
  1294. }
  1295. // #endif
  1296. }
  1297. }
  1298. },
  1299. {
  1300. "path": "orderList/index",
  1301. "style": {
  1302. "navigationBarTitleText": "订单列表",
  1303. "app-plus": {
  1304. // #ifdef APP-PLUS
  1305. "titleNView": {
  1306. "type": "default"
  1307. }
  1308. // #endif
  1309. }
  1310. }
  1311. },
  1312. {
  1313. "path": "orderDetail/index",
  1314. "style": {
  1315. "navigationBarTitleText": "订单详情",
  1316. "app-plus": {
  1317. // #ifdef APP-PLUS
  1318. "titleNView": {
  1319. "type": "default"
  1320. }
  1321. // #endif
  1322. }
  1323. }
  1324. },
  1325. {
  1326. "path": "delivery/index",
  1327. "style": {
  1328. "navigationBarTitleText": "订单发货",
  1329. "app-plus": {
  1330. // #ifdef APP-PLUS
  1331. "titleNView": {
  1332. "type": "default"
  1333. }
  1334. // #endif
  1335. }
  1336. }
  1337. },
  1338. {
  1339. "path": "statistics/index",
  1340. "style": {
  1341. "navigationBarTitleText": "订单数据统计",
  1342. "app-plus": {
  1343. // #ifdef APP-PLUS
  1344. "titleNView": {
  1345. "type": "default"
  1346. }
  1347. // #endif
  1348. }
  1349. }
  1350. },
  1351. {
  1352. "path": "order_cancellation/index",
  1353. "style": {
  1354. "navigationBarTitleText": "订单核销",
  1355. "app-plus": {
  1356. // #ifdef APP-PLUS
  1357. "titleNView": {
  1358. "type": "default"
  1359. }
  1360. // #endif
  1361. }
  1362. }
  1363. }
  1364. ]
  1365. },
  1366. {
  1367. "root": "pages/columnGoods",
  1368. "name": "columnGoods",
  1369. "pages": [{
  1370. "path": "HotNewGoods/index",
  1371. "style": {
  1372. "navigationBarTitleText": "精品推荐",
  1373. "app-plus": {
  1374. // #ifdef APP-PLUS
  1375. "titleNView": {
  1376. "type": "default"
  1377. }
  1378. // #endif
  1379. }
  1380. }
  1381. },
  1382. {
  1383. "path": "HotNewGoods/feedback",
  1384. "style": {
  1385. "navigationBarTitleText": "我的客服",
  1386. "navigationBarTextStyle": "white",
  1387. "navigationBarBackgroundColor": "#3A3A3A",
  1388. "app-plus": {
  1389. // #ifdef APP-PLUS
  1390. "titleNView": {
  1391. "type": "default"
  1392. }
  1393. // #endif
  1394. }
  1395. }
  1396. },
  1397. {
  1398. "path": "live_list/index",
  1399. "style": {
  1400. "navigationBarTitleText": "精彩内容"
  1401. }
  1402. }
  1403. ]
  1404. },
  1405. {
  1406. "root": "pages/annex",
  1407. "pages": [{
  1408. "path": "web_view/index",
  1409. "style": {
  1410. "navigationBarTitleText": "",
  1411. "app-plus": {
  1412. // #ifdef APP-PLUS
  1413. "titleNView": {
  1414. "type": "default"
  1415. }
  1416. // #endif
  1417. }
  1418. }
  1419. }, {
  1420. "path": "vip_paid/index",
  1421. "style": {
  1422. "navigationBarTitleText": "SVIP会员",
  1423. "app-plus": {
  1424. // #ifdef APP-PLUS
  1425. "titleNView": {
  1426. "type": "default"
  1427. }
  1428. // #endif
  1429. }
  1430. }
  1431. },
  1432. {
  1433. "path": "vip_coupon/index",
  1434. "style": {
  1435. "navigationBarTitleText": "会员优惠券",
  1436. "app-plus": {
  1437. // #ifdef APP-PLUS
  1438. "titleNView": {
  1439. "type": "default"
  1440. }
  1441. // #endif
  1442. }
  1443. }
  1444. },
  1445. {
  1446. "path": "vip_clause/index",
  1447. "style": {
  1448. "navigationBarTitleText": "会员协议",
  1449. "app-plus": {
  1450. // #ifdef APP-PLUS
  1451. "titleNView": {
  1452. "type": "default"
  1453. }
  1454. // #endif
  1455. }
  1456. }
  1457. },
  1458. {
  1459. "path": "vip_active/index",
  1460. "style": {
  1461. "navigationBarTitleText": "激活会员",
  1462. "app-plus": {
  1463. // #ifdef APP-PLUS
  1464. "titleNView": {
  1465. "type": "default"
  1466. }
  1467. // #endif
  1468. }
  1469. }
  1470. },
  1471. {
  1472. "path": "offline_pay/index",
  1473. "style": {
  1474. "navigationBarTitleText": "支付",
  1475. "app-plus": {
  1476. // #ifdef APP-PLUS
  1477. "titleNView": {
  1478. "type": "default"
  1479. }
  1480. // #endif
  1481. }
  1482. }
  1483. },
  1484. {
  1485. "path": "offline_result/index",
  1486. "style": {
  1487. "navigationBarTitleText": "支付结果",
  1488. "app-plus": {
  1489. // #ifdef APP-PLUS
  1490. "titleNView": {
  1491. "type": "default"
  1492. }
  1493. // #endif
  1494. }
  1495. }
  1496. },
  1497. {
  1498. "path": "special/index",
  1499. "style": {
  1500. "navigationBarTitleText": "专题页",
  1501. "app-plus": {
  1502. // #ifdef APP-PLUS
  1503. "titleNView": {
  1504. "type": "default"
  1505. }
  1506. // #endif
  1507. }
  1508. }
  1509. },
  1510. {
  1511. "path": "settled/index",
  1512. "style": {
  1513. "navigationBarTitleText": "代理商申请",
  1514. "app-plus": {
  1515. // #ifdef APP-PLUS
  1516. "titleNView": {
  1517. "type": "default"
  1518. }
  1519. // #endif
  1520. }
  1521. }
  1522. }
  1523. ]
  1524. },
  1525. {
  1526. "root": "pages/points_mall",
  1527. "pages": [{
  1528. "path": "index",
  1529. "style": {
  1530. "navigationBarTextStyle": "white",
  1531. "navigationBarBackgroundColor": "#333333",
  1532. "navigationBarTitleText": "积分商城",
  1533. "app-plus": {
  1534. // #ifdef APP-PLUS
  1535. "titleNView": {
  1536. "type": "default"
  1537. }
  1538. // #endif
  1539. }
  1540. }
  1541. },
  1542. {
  1543. "path": "integral_goods_list",
  1544. "style": {
  1545. "navigationBarTitleText": "商品列表",
  1546. // "navigationBarTextStyle": "white",
  1547. // "navigationBarBackgroundColor": "#E93323",
  1548. "app-plus": {
  1549. // #ifdef APP-PLUS
  1550. "titleNView": {
  1551. "type": "default"
  1552. }
  1553. // #endif
  1554. }
  1555. }
  1556. },
  1557. {
  1558. "path": "integral_goods_details",
  1559. "style": {
  1560. "navigationStyle": "custom",
  1561. "app-plus": {
  1562. // #ifdef APP-PLUS
  1563. "titleNView": {
  1564. "padding-left": "10px",
  1565. "padding-right": "10px",
  1566. "type": "transparent",
  1567. "buttons": [ //原生标题栏按钮配置,
  1568. {
  1569. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1570. }
  1571. ]
  1572. }
  1573. // #endif
  1574. }
  1575. }
  1576. },
  1577. {
  1578. "path": "exchange_record",
  1579. "style": {
  1580. "navigationBarTitleText": "兑换记录",
  1581. "app-plus": {
  1582. // #ifdef APP-PLUS
  1583. "titleNView": {
  1584. "type": "default"
  1585. }
  1586. // #endif
  1587. }
  1588. }
  1589. },
  1590. {
  1591. "path": "integral_order",
  1592. "style": {
  1593. "navigationBarTitleText": "积分订单",
  1594. "app-plus": {
  1595. // #ifdef APP-PLUS
  1596. "titleNView": {
  1597. "type": "default"
  1598. }
  1599. // #endif
  1600. }
  1601. }
  1602. }, {
  1603. "path": "user_address",
  1604. "style": {
  1605. "navigationBarTitleText": "选择地址",
  1606. "app-plus": {
  1607. // #ifdef APP-PLUS
  1608. "titleNView": {
  1609. "type": "default"
  1610. }
  1611. // #endif
  1612. }
  1613. }
  1614. },
  1615. {
  1616. "path": "integral_order_status",
  1617. "style": {
  1618. "navigationBarTitleText": "兑换成功",
  1619. "app-plus": {
  1620. // #ifdef APP-PLUS
  1621. "titleNView": {
  1622. "type": "default"
  1623. }
  1624. // #endif
  1625. }
  1626. }
  1627. }, {
  1628. "path": "integral_order_details",
  1629. "style": {
  1630. "navigationBarTitleText": "兑换订单详情",
  1631. "app-plus": {
  1632. // #ifdef APP-PLUS
  1633. "titleNView": {
  1634. "type": "default"
  1635. }
  1636. // #endif
  1637. }
  1638. }
  1639. }, {
  1640. "path": "logistics_details",
  1641. "style": {
  1642. "navigationBarTitleText": "兑换物流详情",
  1643. "app-plus": {
  1644. // #ifdef APP-PLUS
  1645. "titleNView": {
  1646. "type": "default"
  1647. }
  1648. // #endif
  1649. }
  1650. }
  1651. }
  1652. ]
  1653. }
  1654. ],
  1655. "tabBar": { // 底部菜单
  1656. "color": "#282828",
  1657. "selectedColor": "#ff3366",
  1658. "borderStyle": "white",
  1659. "backgroundColor": "#ffffff",
  1660. "list": [{
  1661. "pagePath": "pages/index/index",
  1662. "iconPath": "static/images/1-001.png",
  1663. "selectedIconPath": "static/images/1-002.png",
  1664. "text": "首页"
  1665. },
  1666. {
  1667. "pagePath": "pages/goods_cate/goods_cate",
  1668. "iconPath": "static/images/2-001.png",
  1669. "selectedIconPath": "static/images/2-002.png",
  1670. "text": "分类"
  1671. },
  1672. {
  1673. "pagePath": "pages/order_addcart/order_addcart",
  1674. "iconPath": "static/images/3-001.png",
  1675. "selectedIconPath": "static/images/3-002.png",
  1676. "text": "购物车"
  1677. },
  1678. {
  1679. "pagePath": "pages/user/index",
  1680. "iconPath": "static/images/4-001.png",
  1681. "selectedIconPath": "static/images/4-002.png",
  1682. "text": "我的"
  1683. }
  1684. ]
  1685. },
  1686. "globalStyle": {
  1687. "navigationBarTextStyle": "black",
  1688. "navigationBarTitleText": "加载中",
  1689. "navigationBarBackgroundColor": "#fff",
  1690. "backgroundColor": "#F8F8F8",
  1691. "titleNView": false
  1692. },
  1693. "condition": { //模式配置,仅开发期间生效
  1694. "current": 0, //当前激活的模式(list 的索引项)
  1695. "list": [{
  1696. "name": "", //模式名称
  1697. "path": "", //启动页面,必选
  1698. "query": "" //启动参数,在页面的onLoad函数里面得到
  1699. }]
  1700. },
  1701. "embeddedAppIdList": ["wxef277996acc166c3"] //通联支付appid
  1702. }