pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668
  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": "money/recharge",
  312. "style": {
  313. "navigationBarTitleText": "充值"
  314. }
  315. },
  316. {
  317. "path": "address/SelAddress",
  318. "style": {
  319. "navigationBarTitleText": "收货地址"
  320. }
  321. },
  322. {
  323. "path": "address/address",
  324. "style": {
  325. "navigationBarTitleText": "收货地址"
  326. }
  327. }, {
  328. "path": "address/addressManage",
  329. "style": {
  330. "navigationBarTitleText": ""
  331. }
  332. },
  333. {
  334. "path": "order/ReturnOrder",
  335. "style": {
  336. "navigationBarTitleText": "退款/售后"
  337. }
  338. },
  339. {
  340. "path": "order/order",
  341. "style": {
  342. "navigationBarTitleText": "我的订单"
  343. }
  344. },
  345. {
  346. "path": "order/orderT",
  347. "style": {
  348. "navigationBarTitleText": "项目订单"
  349. }
  350. },{
  351. "path": "order/createOrder",
  352. "style": {
  353. "navigationBarTitleText": "确认订单"
  354. }
  355. },
  356. {
  357. "path": "order/createOrderT",
  358. "style": {
  359. "navigationBarTitleText": "确认订单"
  360. }
  361. },
  362. {
  363. "path": "order/orderDetail",
  364. "style": {
  365. "navigationBarTitleText": "订单详情",
  366. "navigationStyle": "custom"
  367. }
  368. },
  369. {
  370. "path": "order/ReturnSales",
  371. "style": {
  372. "enablePullDownRefresh": true,
  373. "navigationBarTitleText": "退货"
  374. }
  375. },
  376. {
  377. "path": "order/orderLogistics",
  378. "style": {
  379. "navigationBarTitleText": "订单跟踪"
  380. }
  381. }, {
  382. "path": "Distribution/ApplyAudit",
  383. "style": {
  384. "navigationBarTitleText": "申请成为分销商"
  385. }
  386. },
  387. {
  388. "path": "Distribution/ApplyTerm",
  389. "style": {
  390. "navigationBarTitleText": "申请成为分销商"
  391. }
  392. },
  393. {
  394. "path": "Distribution/Application",
  395. "style": {
  396. "navigationBarTitleText": "提现详情"
  397. }
  398. },
  399. {
  400. "path": "Distribution/Ranking",
  401. "style": {
  402. "navigationBarTitleText": "排行榜",
  403. "navigationStyle": "custom"
  404. }
  405. },
  406. {
  407. "path": "Distribution/Withdrawal",
  408. "style": {
  409. "navigationBarTitleText": "申请提现"
  410. }
  411. },
  412. {
  413. "path": "Distribution/Agreement",
  414. "style": {
  415. "navigationBarTitleText": "成为分销商协议"
  416. }
  417. },
  418. {
  419. "path": "Distribution/Distribution",
  420. "style": {
  421. "enablePullDownRefresh": true,
  422. "navigationBarTitleText": "分销中心"
  423. }
  424. },
  425. {
  426. "path": "Distribution/Poster",
  427. "style": {
  428. "navigationBarTitleText": "海报"
  429. }
  430. },
  431. {
  432. "path": "Distribution/NotRecorded",
  433. "style": {
  434. "navigationBarTitleText": "待入账佣金"
  435. }
  436. },
  437. {
  438. "path": "Distribution/AddUpMoney",
  439. "style": {
  440. "navigationBarTitleText": "累计佣金"
  441. }
  442. },
  443. {
  444. "path": "Distribution/IncomeDetails",
  445. "style": {
  446. "navigationBarTitleText": "提现明细"
  447. }
  448. },
  449. {
  450. "path": "Distribution/MyGroup",
  451. "style": {
  452. "navigationBarTitleText": "我的团队"
  453. }
  454. },
  455. {
  456. "path": "Distribution/GradeDescription",
  457. "style": {
  458. "navigationBarTitleText": "等级说明"
  459. }
  460. },
  461. // 分销商订单详情
  462. {
  463. "path": "Distribution/DorderDetail",
  464. "style": {
  465. "navigationBarTitleText": "订单详情",
  466. "navigationStyle": "custom"
  467. }
  468. },
  469. {
  470. "path": "Distribution/DOrder",
  471. "style": {
  472. "navigationBarTitleText": "分销订单"
  473. }
  474. },
  475. {
  476. "path": "store/ChangeStore",
  477. "style": {
  478. "navigationBarTitleText": "选择门店",
  479. "enablePullDownRefresh": true
  480. }
  481. },
  482. // 商户入驻
  483. {
  484. "path": "store/Apply",
  485. "style": {
  486. "navigationBarTitleText": "商户入驻申请"
  487. }
  488. },
  489. {
  490. "path": "store/StoreList",
  491. "style": {
  492. "navigationBarTitleText": "商户列表"
  493. }
  494. },
  495. {
  496. "path": "store/StoreHome",
  497. "style": {
  498. "navigationBarTitleText": "商户主页",
  499. "navigationStyle": "custom"
  500. }
  501. },
  502. {
  503. "path": "goodsGroup/index",
  504. "style": {
  505. "navigationBarTitleText": "组合套餐专场"
  506. }
  507. },
  508. {
  509. "path": "goodsGroup/goodsGroupDetail",
  510. "style": {
  511. "navigationBarTitleText": "套餐详情"
  512. }
  513. },
  514. {
  515. "path": "user/needSubmit",
  516. "style": {
  517. "navigationBarTitleText": "需求提报"
  518. }
  519. },
  520. {
  521. "path": "money/Balance",
  522. "style": {
  523. "navigationBarTitleText": "我的余额"
  524. }
  525. },
  526. {
  527. "path": "money/CustomerBalanceDetail",
  528. "style": {
  529. "navigationBarTitleText": "余额明细表"
  530. }
  531. },
  532. {
  533. "path": "money/BalanceDetail",
  534. "style": {
  535. "navigationBarTitleText": "余额明细"
  536. }
  537. },
  538. {
  539. "path": "money/addWithdrawal",
  540. "style": {
  541. "navigationBarTitleText": "提现"
  542. }
  543. },
  544. {
  545. "path": "money/PayPasswordEditCheck",
  546. "style": {
  547. "navigationBarTitleText": "验证身份",
  548. "navigationStyle": "custom"
  549. }
  550. },
  551. {
  552. "path": "money/PayPassword",
  553. "style": {
  554. "navigationBarTitleText": "设置支付密码",
  555. "navigationStyle": "custom"
  556. }
  557. },
  558. {
  559. "path": "money/PayPasswordAgin",
  560. "style": {
  561. "navigationBarTitleText": "确认支付密码",
  562. "navigationStyle": "custom"
  563. }
  564. },
  565. {
  566. "path": "pointsMall/index",
  567. "style": {
  568. "navigationBarTitleText": "股权商城",
  569. "enablePullDownRefresh": true //开启下拉刷新
  570. }
  571. },
  572. {
  573. "path": "pointsMall/PointsDetail",
  574. "style": {
  575. "navigationBarTitleText": "股权明细",
  576. "enablePullDownRefresh": true //开启下拉刷新
  577. }
  578. },
  579. {
  580. "path": "pointsMall/ExchangeLog",
  581. "style": {
  582. "navigationBarTitleText": "兑换记录",
  583. "enablePullDownRefresh": true //开启下拉刷新
  584. }
  585. },
  586. {
  587. "path": "pointsMall/ExchangeOrder",
  588. "style": {
  589. "navigationBarTitleText": "确认兑换",
  590. "enablePullDownRefresh": true //开启下拉刷新
  591. }
  592. },
  593. {
  594. "path": "pointsMall/ExchangeOrderDetail",
  595. "style": {
  596. "navigationBarTitleText": "兑换详情",
  597. "navigationStyle": "custom"
  598. }
  599. },
  600. {
  601. "path": "pointsMall/IntegralGoodsDetail",
  602. "style": {
  603. "enablePullDownRefresh": true,
  604. "navigationBarTitleText": "股权商品详情",
  605. "navigationStyle": "custom",
  606. "app-plus": {
  607. "titleNView": {
  608. "type": "transparent"
  609. }
  610. }
  611. }
  612. }
  613. ]
  614. }],
  615. "globalStyle": {
  616. "navigationBarTextStyle": "black",
  617. "navigationBarTitleText": "",
  618. "navigationBarBackgroundColor": "#FFFFFF",
  619. "backgroundColor": "#f8f8f8"
  620. },
  621. "tabBar": {
  622. "borderStyle": "white",
  623. "backgroundColor": "#ffffff",
  624. "color": "#999999",
  625. "selectedColor": "#ff2d2d",
  626. "list": [{
  627. "pagePath": "pages/index/index",
  628. "iconPath": "static/img/tabbar-icon/home.png",
  629. "selectedIconPath": "static/img/tabbar-icon/home-action.png",
  630. "text": "首页"
  631. },
  632. {
  633. "pagePath": "pages/classification/cate",
  634. "iconPath": "static/img/tabbar-icon/cate.png",
  635. "selectedIconPath": "static/img/tabbar-icon/cate-action.png",
  636. "text": "分类"
  637. },
  638. {
  639. "pagePath": "pages/cart/cart",
  640. "iconPath": "static/img/tabbar-icon/cart.png",
  641. "selectedIconPath": "static/img/tabbar-icon/cart-action.png",
  642. "text": "购物车"
  643. },
  644. {
  645. "pagePath": "pages/user/user",
  646. "iconPath": "static/img/tabbar-icon/user.png",
  647. "selectedIconPath": "static/img/tabbar-icon/user-action.png",
  648. "text": "我的"
  649. }
  650. ]
  651. },
  652. "condition": { //模式配置,仅开发期间生效
  653. "current": 0, //当前激活的模式(list 的索引项)
  654. "list": [{
  655. "name": "", //模式名称
  656. "path": "", //启动页面,必选
  657. "query": "" //启动参数,在页面的onLoad函数里面得到
  658. }]
  659. }
  660. }