pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/StartUpPage",
  7. "style": {
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationStyle": "custom",
  15. "enablePullDownRefresh": true,
  16. "navigationBarTitleText": "首页"
  17. }
  18. },
  19. {
  20. "path": "pages/index/SearchAddress",
  21. "style": {
  22. "navigationBarTitleText": "搜索地址"
  23. }
  24. },
  25. {
  26. "path": "pages/user/user",
  27. "style": {
  28. "navigationBarTitleText": "我的",
  29. "navigationStyle": "custom",
  30. "enablePullDownRefresh": true
  31. }
  32. },
  33. {
  34. "path": "pages/cart/cart",
  35. "style": {
  36. "navigationBarTitleText": "购物车",
  37. "enablePullDownRefresh": true,
  38. "app-plus": {
  39. "titleNView": {
  40. "buttons": [ //原生标题栏按钮配置,
  41. {
  42. "text": "编辑",
  43. "fontSize": "14px"
  44. }
  45. ]
  46. }
  47. }
  48. }
  49. },
  50. {
  51. "path": "pages/classification/cate",
  52. "style": {
  53. "navigationBarTitleText": "产品分类"
  54. }
  55. },
  56. {
  57. "path": "pages/index/FullScreen",
  58. "style": {
  59. "navigationStyle": "custom", // 取消本页面的导航栏
  60. "app-plus": {
  61. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  62. "background": "transparent", // 背景透明
  63. "backgroundColor": "rgba(0,0,0,0)", // 背景透明
  64. "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
  65. }
  66. }
  67. }
  68. ],
  69. "subPackages": [{
  70. "root": "pagesT",
  71. "pages": [{
  72. "path": "activity/Activity",
  73. "style": {
  74. "enablePullDownRefresh": true,
  75. "navigationBarTitleText": "专题活动"
  76. }
  77. },
  78. {
  79. "path": "seckill/Seckill",
  80. "style": {
  81. "navigationBarTitleText": "秒杀抢购",
  82. "enablePullDownRefresh": true,
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "selfconfig/selfconfig",
  88. "style": {
  89. "navigationBarTitleText": "个人设置"
  90. }
  91. },
  92. {
  93. "path": "unit/official",
  94. "style": {
  95. "navigationBarTitleText": ""
  96. }
  97. },
  98. {
  99. "path": "unit/yhk",
  100. "style": {
  101. "navigationBarTitleText": "优惠卡"
  102. }
  103. },
  104. {
  105. "path": "unit/officialT",
  106. "style": {
  107. "navigationBarTitleText": ""
  108. }
  109. },
  110. {
  111. "path": "unit/ygdetail",
  112. "style": {
  113. "navigationBarTitleText": "员工详情"
  114. }
  115. },
  116. {
  117. "path": "unit/artdetail",
  118. "style": {
  119. "navigationBarTitleText": ""
  120. }
  121. },
  122. {
  123. "path": "unit/lc",
  124. "style": {
  125. "navigationBarTitleText": "疗程"
  126. }
  127. },
  128. {
  129. "path": "unit/item",
  130. "style": {
  131. "navigationBarTitleText": "项目"
  132. }
  133. },
  134. {
  135. "path": "unit/evaluate",
  136. "style": {
  137. "navigationBarTitleText": "评价"
  138. }
  139. },
  140. {
  141. "path": "unit/itemdetail",
  142. "style": {
  143. "navigationBarTitleText": "详情展示",
  144. "navigationStyle": "custom",
  145. "app-plus": {
  146. "titleNView": {
  147. "type": "transparent"
  148. }
  149. }
  150. }
  151. },
  152. {
  153. "path": "user/editUserInfo",
  154. "style": {
  155. "navigationBarTitleText": "完善资料"
  156. }
  157. },
  158. {
  159. "path": "user/VipList",
  160. "style": {
  161. "navigationBarTitleText": "会员卡中心"
  162. }
  163. },
  164. {
  165. "path": "user/VipDetail",
  166. "style": {
  167. "navigationBarTitleText": "会员卡详情"
  168. }
  169. },
  170. {
  171. "path": "user/GetCoupon",
  172. "style": {
  173. "navigationBarTitleText": "领取优惠券"
  174. }
  175. },
  176. {
  177. "path": "user/DiscountCoupon",
  178. "style": {
  179. "navigationBarTitleText": "我的优惠券"
  180. }
  181. },
  182. {
  183. "path": "user/Collection",
  184. "style": {
  185. "navigationBarTitleText": "常购清单"
  186. }
  187. },
  188. {
  189. "path": "user/guquan",
  190. "style": {
  191. "navigationBarTitleText": "股份"
  192. }
  193. },
  194. {
  195. "path": "user/dyquan",
  196. "style": {
  197. "navigationBarTitleText": "我的抵用券"
  198. }
  199. },
  200. {
  201. "path": "user/myyhk",
  202. "style": {
  203. "navigationBarTitleText": "我的优惠卡"
  204. }
  205. },
  206. {
  207. "path": "user/gqDetail",
  208. "style": {
  209. "navigationBarTitleText": "股权明细"
  210. }
  211. },
  212. {
  213. "path": "search/index",
  214. "style": {
  215. "navigationBarTitleText": "搜索"
  216. }
  217. },
  218. {
  219. "path": "search/SearchResult",
  220. "style": {
  221. "navigationBarTitleText": "搜索列表"
  222. }
  223. },
  224. {
  225. "path": "product/product",
  226. "style": {
  227. "navigationBarTitleText": "详情展示",
  228. "navigationStyle": "custom",
  229. "app-plus": {
  230. "titleNView": {
  231. "type": "transparent"
  232. }
  233. }
  234. }
  235. },
  236. {
  237. "path": "product/goodsPoster",
  238. "style": {
  239. "navigationBarTitleText": "制作海报"
  240. }
  241. },
  242. {
  243. "path": "binding/bindInfo",
  244. "style": {
  245. "navigationBarTitleText": "登入",
  246. "navigationStyle": "custom"
  247. }
  248. },
  249. {
  250. "path": "binding/bindPhone",
  251. "style": {
  252. "navigationBarTitleText": "绑定手机",
  253. "navigationStyle": "custom"
  254. }
  255. }, {
  256. "path": "public/wxLogin",
  257. "style": {
  258. "navigationBarTitleText": "",
  259. "navigationStyle": "custom",
  260. "app-plus": {
  261. "titleNView": false,
  262. "animationType": "slide-in-bottom"
  263. }
  264. }
  265. },
  266. {
  267. "path": "public/login",
  268. "style": {
  269. "navigationBarTitleText": "",
  270. "navigationStyle": "custom",
  271. "app-plus": {
  272. "titleNView": false,
  273. "animationType": "slide-in-bottom"
  274. }
  275. }
  276. },
  277. {
  278. "path": "productDetail/productDetail",
  279. "style": {
  280. "navigationBarTitleText": "分类商品",
  281. "enablePullDownRefresh": true
  282. }
  283. },
  284. {
  285. "path": "productDetail/groupList",
  286. "style": {
  287. "navigationBarTitleText": "商品分组",
  288. "enablePullDownRefresh": true
  289. }
  290. },
  291. {
  292. "path": "money/BankPay",
  293. "style": {
  294. "navigationBarTitleText": "上传打款凭证",
  295. "navigationStyle": "custom"
  296. }
  297. },
  298. {
  299. "path": "money/pay",
  300. "style": {
  301. "navigationBarTitleText": "支付"
  302. }
  303. },
  304. {
  305. "path": "money/paySuccess",
  306. "style": {
  307. "navigationBarTitleText": "支付成功"
  308. }
  309. },
  310. {
  311. "path": "address/SelAddress",
  312. "style": {
  313. "navigationBarTitleText": "收货地址"
  314. }
  315. },
  316. {
  317. "path": "address/address",
  318. "style": {
  319. "navigationBarTitleText": "收货地址"
  320. }
  321. }, {
  322. "path": "address/addressManage",
  323. "style": {
  324. "navigationBarTitleText": ""
  325. }
  326. },
  327. {
  328. "path": "order/ReturnOrder",
  329. "style": {
  330. "navigationBarTitleText": "退款/售后"
  331. }
  332. },
  333. {
  334. "path": "order/order",
  335. "style": {
  336. "navigationBarTitleText": "我的订单"
  337. }
  338. },
  339. {
  340. "path": "order/orderT",
  341. "style": {
  342. "navigationBarTitleText": "项目订单"
  343. }
  344. },{
  345. "path": "order/createOrder",
  346. "style": {
  347. "navigationBarTitleText": "确认订单"
  348. }
  349. },
  350. {
  351. "path": "order/createOrderT",
  352. "style": {
  353. "navigationBarTitleText": "确认订单"
  354. }
  355. },
  356. {
  357. "path": "order/orderDetail",
  358. "style": {
  359. "navigationBarTitleText": "订单详情",
  360. "navigationStyle": "custom"
  361. }
  362. },
  363. {
  364. "path": "order/ReturnSales",
  365. "style": {
  366. "enablePullDownRefresh": true,
  367. "navigationBarTitleText": "退货"
  368. }
  369. },
  370. {
  371. "path": "order/orderLogistics",
  372. "style": {
  373. "navigationBarTitleText": "订单跟踪"
  374. }
  375. }, {
  376. "path": "Distribution/ApplyAudit",
  377. "style": {
  378. "navigationBarTitleText": "申请成为分销商"
  379. }
  380. },
  381. {
  382. "path": "Distribution/ApplyTerm",
  383. "style": {
  384. "navigationBarTitleText": "申请成为分销商"
  385. }
  386. },
  387. {
  388. "path": "Distribution/Application",
  389. "style": {
  390. "navigationBarTitleText": "提现详情"
  391. }
  392. },
  393. {
  394. "path": "Distribution/Ranking",
  395. "style": {
  396. "navigationBarTitleText": "排行榜",
  397. "navigationStyle": "custom"
  398. }
  399. },
  400. {
  401. "path": "Distribution/Withdrawal",
  402. "style": {
  403. "navigationBarTitleText": "申请提现"
  404. }
  405. },
  406. {
  407. "path": "Distribution/Agreement",
  408. "style": {
  409. "navigationBarTitleText": "成为分销商协议"
  410. }
  411. },
  412. {
  413. "path": "Distribution/Distribution",
  414. "style": {
  415. "enablePullDownRefresh": true,
  416. "navigationBarTitleText": "分销中心"
  417. }
  418. },
  419. {
  420. "path": "NewPartner/index",
  421. "style": {
  422. "enablePullDownRefresh": true,
  423. "navigationBarTitleText": "合伙人中心"
  424. }
  425. },
  426. {
  427. "path": "NewPartner/commission_detail",
  428. "style": {
  429. "enablePullDownRefresh": true,
  430. "navigationBarTitleText": "分佣记录"
  431. }
  432. },
  433. {
  434. "path": "NewPartner/cash_detail",
  435. "style": {
  436. "navigationBarTitleText": "提现记录"
  437. }
  438. },
  439. {
  440. "path": "NewPartner/apply_cash",
  441. "style": {
  442. "navigationBarTitleText": "提现申请"
  443. }
  444. },
  445. {
  446. "path": "NewPartner/cash_info",
  447. "style": {
  448. "navigationBarTitleText": "提现详情"
  449. }
  450. },
  451. {
  452. "path": "NewPartner/balance_detail",
  453. "style": {
  454. "navigationBarTitleText": "余额明细"
  455. }
  456. },
  457. {
  458. "path": "NewAgent/index",
  459. "style": {
  460. "enablePullDownRefresh": true,
  461. "navigationBarTitleText": "门店代理中心"
  462. }
  463. },
  464. {
  465. "path": "NewAgent/commission_detail",
  466. "style": {
  467. "enablePullDownRefresh": true,
  468. "navigationBarTitleText": "分佣记录"
  469. }
  470. },
  471. {
  472. "path": "NewAgent/cash_detail",
  473. "style": {
  474. "navigationBarTitleText": "提现记录"
  475. }
  476. },
  477. {
  478. "path": "NewAgent/apply_cash",
  479. "style": {
  480. "navigationBarTitleText": "提现申请"
  481. }
  482. },
  483. {
  484. "path": "NewAgent/cash_info",
  485. "style": {
  486. "navigationBarTitleText": "提现详情"
  487. }
  488. },
  489. {
  490. "path": "NewAgent/balance_detail",
  491. "style": {
  492. "navigationBarTitleText": "余额明细"
  493. }
  494. },
  495. {
  496. "path": "Distribution/Poster",
  497. "style": {
  498. "navigationBarTitleText": "海报"
  499. }
  500. },
  501. {
  502. "path": "Distribution/NotRecorded",
  503. "style": {
  504. "navigationBarTitleText": "待入账佣金"
  505. }
  506. },
  507. {
  508. "path": "Distribution/AddUpMoney",
  509. "style": {
  510. "navigationBarTitleText": "累计佣金"
  511. }
  512. },
  513. {
  514. "path": "Distribution/IncomeDetails",
  515. "style": {
  516. "navigationBarTitleText": "提现明细"
  517. }
  518. },
  519. {
  520. "path": "Distribution/MyGroup",
  521. "style": {
  522. "navigationBarTitleText": "我的团队"
  523. }
  524. },
  525. {
  526. "path": "Distribution/GradeDescription",
  527. "style": {
  528. "navigationBarTitleText": "等级说明"
  529. }
  530. },
  531. // 分销商订单详情
  532. {
  533. "path": "Distribution/DorderDetail",
  534. "style": {
  535. "navigationBarTitleText": "订单详情",
  536. "navigationStyle": "custom"
  537. }
  538. },
  539. {
  540. "path": "Distribution/DOrder",
  541. "style": {
  542. "navigationBarTitleText": "分销订单"
  543. }
  544. },
  545. {
  546. "path": "store/ChangeStore",
  547. "style": {
  548. "navigationBarTitleText": "选择门店",
  549. "enablePullDownRefresh": true
  550. }
  551. },
  552. // 商户入驻
  553. {
  554. "path": "store/Apply",
  555. "style": {
  556. "navigationBarTitleText": "商户入驻申请"
  557. }
  558. },
  559. {
  560. "path": "store/StoreList",
  561. "style": {
  562. "navigationBarTitleText": "商户列表"
  563. }
  564. },
  565. {
  566. "path": "store/StoreHome",
  567. "style": {
  568. "navigationBarTitleText": "商户主页",
  569. "navigationStyle": "custom"
  570. }
  571. },
  572. {
  573. "path": "goodsGroup/index",
  574. "style": {
  575. "navigationBarTitleText": "组合套餐专场"
  576. }
  577. },
  578. {
  579. "path": "goodsGroup/goodsGroupDetail",
  580. "style": {
  581. "navigationBarTitleText": "套餐详情"
  582. }
  583. },
  584. {
  585. "path": "user/needSubmit",
  586. "style": {
  587. "navigationBarTitleText": "需求提报"
  588. }
  589. },
  590. {
  591. "path": "money/Balance",
  592. "style": {
  593. "navigationBarTitleText": "我的余额"
  594. }
  595. },
  596. {
  597. "path": "money/CustomerBalanceDetail",
  598. "style": {
  599. "navigationBarTitleText": "余额明细表"
  600. }
  601. },
  602. {
  603. "path": "money/BalanceDetail",
  604. "style": {
  605. "navigationBarTitleText": "余额明细"
  606. }
  607. },
  608. {
  609. "path": "money/addWithdrawal",
  610. "style": {
  611. "navigationBarTitleText": "提现"
  612. }
  613. },
  614. {
  615. "path": "money/PayPasswordEditCheck",
  616. "style": {
  617. "navigationBarTitleText": "验证身份",
  618. "navigationStyle": "custom"
  619. }
  620. },
  621. {
  622. "path": "money/PayPassword",
  623. "style": {
  624. "navigationBarTitleText": "设置支付密码",
  625. "navigationStyle": "custom"
  626. }
  627. },
  628. {
  629. "path": "money/PayPasswordAgin",
  630. "style": {
  631. "navigationBarTitleText": "确认支付密码",
  632. "navigationStyle": "custom"
  633. }
  634. },
  635. {
  636. "path": "pointsMall/index",
  637. "style": {
  638. "navigationBarTitleText": "股权商城",
  639. "enablePullDownRefresh": true //开启下拉刷新
  640. }
  641. },
  642. {
  643. "path": "pointsMall/PointsDetail",
  644. "style": {
  645. "navigationBarTitleText": "股权明细",
  646. "enablePullDownRefresh": true //开启下拉刷新
  647. }
  648. },
  649. {
  650. "path": "pointsMall/ExchangeLog",
  651. "style": {
  652. "navigationBarTitleText": "兑换记录",
  653. "enablePullDownRefresh": true //开启下拉刷新
  654. }
  655. },
  656. {
  657. "path": "pointsMall/ExchangeOrder",
  658. "style": {
  659. "navigationBarTitleText": "确认兑换",
  660. "enablePullDownRefresh": true //开启下拉刷新
  661. }
  662. },
  663. {
  664. "path": "pointsMall/ExchangeOrderDetail",
  665. "style": {
  666. "navigationBarTitleText": "兑换详情",
  667. "navigationStyle": "custom"
  668. }
  669. },
  670. {
  671. "path": "pointsMall/IntegralGoodsDetail",
  672. "style": {
  673. "enablePullDownRefresh": true,
  674. "navigationBarTitleText": "股权商品详情",
  675. "navigationStyle": "custom",
  676. "app-plus": {
  677. "titleNView": {
  678. "type": "transparent"
  679. }
  680. }
  681. }
  682. }
  683. ]
  684. }],
  685. "globalStyle": {
  686. "navigationBarTextStyle": "black",
  687. "navigationBarTitleText": "",
  688. "navigationBarBackgroundColor": "#FFFFFF",
  689. "backgroundColor": "#f8f8f8"
  690. },
  691. "tabBar": {
  692. "borderStyle": "white",
  693. "backgroundColor": "#ffffff",
  694. "color": "#999999",
  695. "selectedColor": "#ff2d2d",
  696. "list": [{
  697. "pagePath": "pages/index/index",
  698. "iconPath": "static/img/tabbar-icon/home.png",
  699. "selectedIconPath": "static/img/tabbar-icon/home-action.png",
  700. "text": "首页"
  701. },
  702. {
  703. "pagePath": "pages/classification/cate",
  704. "iconPath": "static/img/tabbar-icon/cate.png",
  705. "selectedIconPath": "static/img/tabbar-icon/cate-action.png",
  706. "text": "分类"
  707. },
  708. {
  709. "pagePath": "pages/cart/cart",
  710. "iconPath": "static/img/tabbar-icon/cart.png",
  711. "selectedIconPath": "static/img/tabbar-icon/cart-action.png",
  712. "text": "购物车"
  713. },
  714. {
  715. "pagePath": "pages/user/user",
  716. "iconPath": "static/img/tabbar-icon/user.png",
  717. "selectedIconPath": "static/img/tabbar-icon/user-action.png",
  718. "text": "我的"
  719. }
  720. ]
  721. },
  722. "condition": { //模式配置,仅开发期间生效
  723. "current": 0, //当前激活的模式(list 的索引项)
  724. "list": [{
  725. "name": "", //模式名称
  726. "path": "", //启动页面,必选
  727. "query": "" //启动参数,在页面的onLoad函数里面得到
  728. }]
  729. }
  730. }