pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  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/officialT",
  100. "style": {
  101. "navigationBarTitleText": ""
  102. }
  103. },
  104. {
  105. "path": "unit/ygdetail",
  106. "style": {
  107. "navigationBarTitleText": "员工详情"
  108. }
  109. },
  110. {
  111. "path": "unit/hyc",
  112. "style": {
  113. "navigationBarTitleText": "会员卡"
  114. }
  115. },
  116. {
  117. "path": "unit/lc",
  118. "style": {
  119. "navigationBarTitleText": "疗程"
  120. }
  121. },
  122. {
  123. "path": "unit/item",
  124. "style": {
  125. "navigationBarTitleText": "项目"
  126. }
  127. },
  128. {
  129. "path": "unit/evaluate",
  130. "style": {
  131. "navigationBarTitleText": "评价"
  132. }
  133. },
  134. {
  135. "path": "unit/itemdetail",
  136. "style": {
  137. "navigationBarTitleText": "详情展示",
  138. "navigationStyle": "custom",
  139. "app-plus": {
  140. "titleNView": {
  141. "type": "transparent"
  142. }
  143. }
  144. }
  145. },
  146. {
  147. "path": "user/editUserInfo",
  148. "style": {
  149. "navigationBarTitleText": "完善资料"
  150. }
  151. },
  152. {
  153. "path": "user/VipList",
  154. "style": {
  155. "navigationBarTitleText": "会员卡中心"
  156. }
  157. },
  158. {
  159. "path": "user/VipDetail",
  160. "style": {
  161. "navigationBarTitleText": "会员卡详情"
  162. }
  163. },
  164. {
  165. "path": "user/GetCoupon",
  166. "style": {
  167. "navigationBarTitleText": "领取优惠券"
  168. }
  169. },
  170. {
  171. "path": "user/DiscountCoupon",
  172. "style": {
  173. "navigationBarTitleText": "我的优惠券"
  174. }
  175. },
  176. {
  177. "path": "user/Collection",
  178. "style": {
  179. "navigationBarTitleText": "常购清单"
  180. }
  181. },
  182. {
  183. "path": "user/guquan",
  184. "style": {
  185. "navigationBarTitleText": "股权"
  186. }
  187. },
  188. {
  189. "path": "user/dyquan",
  190. "style": {
  191. "navigationBarTitleText": "我的抵用券"
  192. }
  193. },
  194. {
  195. "path": "user/myyhk",
  196. "style": {
  197. "navigationBarTitleText": "我的优惠卡"
  198. }
  199. },
  200. {
  201. "path": "user/gqDetail",
  202. "style": {
  203. "navigationBarTitleText": "股权明细"
  204. }
  205. },
  206. {
  207. "path": "search/index",
  208. "style": {
  209. "navigationBarTitleText": "搜索"
  210. }
  211. },
  212. {
  213. "path": "search/SearchResult",
  214. "style": {
  215. "navigationBarTitleText": "搜索列表"
  216. }
  217. },
  218. {
  219. "path": "product/product",
  220. "style": {
  221. "navigationBarTitleText": "详情展示",
  222. "navigationStyle": "custom",
  223. "app-plus": {
  224. "titleNView": {
  225. "type": "transparent"
  226. }
  227. }
  228. }
  229. },
  230. {
  231. "path": "product/goodsPoster",
  232. "style": {
  233. "navigationBarTitleText": "制作海报"
  234. }
  235. },
  236. {
  237. "path": "binding/bindInfo",
  238. "style": {
  239. "navigationBarTitleText": "登入",
  240. "navigationStyle": "custom"
  241. }
  242. },
  243. {
  244. "path": "binding/bindPhone",
  245. "style": {
  246. "navigationBarTitleText": "绑定手机",
  247. "navigationStyle": "custom"
  248. }
  249. }, {
  250. "path": "public/wxLogin",
  251. "style": {
  252. "navigationBarTitleText": "",
  253. "navigationStyle": "custom",
  254. "app-plus": {
  255. "titleNView": false,
  256. "animationType": "slide-in-bottom"
  257. }
  258. }
  259. },
  260. {
  261. "path": "public/login",
  262. "style": {
  263. "navigationBarTitleText": "",
  264. "navigationStyle": "custom",
  265. "app-plus": {
  266. "titleNView": false,
  267. "animationType": "slide-in-bottom"
  268. }
  269. }
  270. },
  271. {
  272. "path": "productDetail/productDetail",
  273. "style": {
  274. "navigationBarTitleText": "分类商品",
  275. "enablePullDownRefresh": true
  276. }
  277. },
  278. {
  279. "path": "productDetail/groupList",
  280. "style": {
  281. "navigationBarTitleText": "商品分组",
  282. "enablePullDownRefresh": true
  283. }
  284. },
  285. {
  286. "path": "money/BankPay",
  287. "style": {
  288. "navigationBarTitleText": "上传打款凭证",
  289. "navigationStyle": "custom"
  290. }
  291. },
  292. {
  293. "path": "money/pay",
  294. "style": {
  295. "navigationBarTitleText": "支付"
  296. }
  297. },
  298. {
  299. "path": "money/paySuccess",
  300. "style": {
  301. "navigationBarTitleText": "支付成功"
  302. }
  303. },
  304. {
  305. "path": "address/SelAddress",
  306. "style": {
  307. "navigationBarTitleText": "收货地址"
  308. }
  309. },
  310. {
  311. "path": "address/address",
  312. "style": {
  313. "navigationBarTitleText": "收货地址"
  314. }
  315. }, {
  316. "path": "address/addressManage",
  317. "style": {
  318. "navigationBarTitleText": ""
  319. }
  320. },
  321. {
  322. "path": "order/ReturnOrder",
  323. "style": {
  324. "navigationBarTitleText": "退款/售后"
  325. }
  326. },
  327. {
  328. "path": "order/order",
  329. "style": {
  330. "navigationBarTitleText": "我的订单"
  331. }
  332. },
  333. {
  334. "path": "order/orderT",
  335. "style": {
  336. "navigationBarTitleText": "项目订单"
  337. }
  338. },{
  339. "path": "order/createOrder",
  340. "style": {
  341. "navigationBarTitleText": "确认订单"
  342. }
  343. },
  344. {
  345. "path": "order/createOrderT",
  346. "style": {
  347. "navigationBarTitleText": "确认订单"
  348. }
  349. },
  350. {
  351. "path": "order/orderDetail",
  352. "style": {
  353. "navigationBarTitleText": "订单详情",
  354. "navigationStyle": "custom"
  355. }
  356. },
  357. {
  358. "path": "order/ReturnSales",
  359. "style": {
  360. "enablePullDownRefresh": true,
  361. "navigationBarTitleText": "退货"
  362. }
  363. },
  364. {
  365. "path": "order/orderLogistics",
  366. "style": {
  367. "navigationBarTitleText": "订单跟踪"
  368. }
  369. }, {
  370. "path": "Distribution/ApplyAudit",
  371. "style": {
  372. "navigationBarTitleText": "申请成为分销商"
  373. }
  374. },
  375. {
  376. "path": "Distribution/ApplyTerm",
  377. "style": {
  378. "navigationBarTitleText": "申请成为分销商"
  379. }
  380. },
  381. {
  382. "path": "Distribution/Application",
  383. "style": {
  384. "navigationBarTitleText": "提现详情"
  385. }
  386. },
  387. {
  388. "path": "Distribution/Ranking",
  389. "style": {
  390. "navigationBarTitleText": "排行榜",
  391. "navigationStyle": "custom"
  392. }
  393. },
  394. {
  395. "path": "Distribution/Withdrawal",
  396. "style": {
  397. "navigationBarTitleText": "申请提现"
  398. }
  399. },
  400. {
  401. "path": "Distribution/Agreement",
  402. "style": {
  403. "navigationBarTitleText": "成为分销商协议"
  404. }
  405. },
  406. {
  407. "path": "Distribution/Distribution",
  408. "style": {
  409. "enablePullDownRefresh": true,
  410. "navigationBarTitleText": "分销中心"
  411. }
  412. },
  413. {
  414. "path": "Distribution/Poster",
  415. "style": {
  416. "navigationBarTitleText": "海报"
  417. }
  418. },
  419. {
  420. "path": "Distribution/NotRecorded",
  421. "style": {
  422. "navigationBarTitleText": "待入账佣金"
  423. }
  424. },
  425. {
  426. "path": "Distribution/AddUpMoney",
  427. "style": {
  428. "navigationBarTitleText": "累计佣金"
  429. }
  430. },
  431. {
  432. "path": "Distribution/IncomeDetails",
  433. "style": {
  434. "navigationBarTitleText": "提现明细"
  435. }
  436. },
  437. {
  438. "path": "Distribution/MyGroup",
  439. "style": {
  440. "navigationBarTitleText": "我的团队"
  441. }
  442. },
  443. {
  444. "path": "Distribution/GradeDescription",
  445. "style": {
  446. "navigationBarTitleText": "等级说明"
  447. }
  448. },
  449. // 分销商订单详情
  450. {
  451. "path": "Distribution/DorderDetail",
  452. "style": {
  453. "navigationBarTitleText": "订单详情",
  454. "navigationStyle": "custom"
  455. }
  456. },
  457. {
  458. "path": "Distribution/DOrder",
  459. "style": {
  460. "navigationBarTitleText": "分销订单"
  461. }
  462. },
  463. {
  464. "path": "store/ChangeStore",
  465. "style": {
  466. "navigationBarTitleText": "选择门店",
  467. "enablePullDownRefresh": true
  468. }
  469. },
  470. // 商户入驻
  471. {
  472. "path": "store/Apply",
  473. "style": {
  474. "navigationBarTitleText": "商户入驻申请"
  475. }
  476. },
  477. {
  478. "path": "store/StoreList",
  479. "style": {
  480. "navigationBarTitleText": "商户列表"
  481. }
  482. },
  483. {
  484. "path": "store/StoreHome",
  485. "style": {
  486. "navigationBarTitleText": "商户主页",
  487. "navigationStyle": "custom"
  488. }
  489. },
  490. {
  491. "path": "goodsGroup/index",
  492. "style": {
  493. "navigationBarTitleText": "组合套餐专场"
  494. }
  495. },
  496. {
  497. "path": "goodsGroup/goodsGroupDetail",
  498. "style": {
  499. "navigationBarTitleText": "套餐详情"
  500. }
  501. },
  502. {
  503. "path": "user/needSubmit",
  504. "style": {
  505. "navigationBarTitleText": "需求提报"
  506. }
  507. },
  508. {
  509. "path": "money/Balance",
  510. "style": {
  511. "navigationBarTitleText": "我的余额"
  512. }
  513. },
  514. {
  515. "path": "money/CustomerBalanceDetail",
  516. "style": {
  517. "navigationBarTitleText": "余额明细表"
  518. }
  519. },
  520. {
  521. "path": "money/BalanceDetail",
  522. "style": {
  523. "navigationBarTitleText": "余额明细"
  524. }
  525. },
  526. {
  527. "path": "money/addWithdrawal",
  528. "style": {
  529. "navigationBarTitleText": "提现"
  530. }
  531. },
  532. {
  533. "path": "money/PayPasswordEditCheck",
  534. "style": {
  535. "navigationBarTitleText": "验证身份",
  536. "navigationStyle": "custom"
  537. }
  538. },
  539. {
  540. "path": "money/PayPassword",
  541. "style": {
  542. "navigationBarTitleText": "设置支付密码",
  543. "navigationStyle": "custom"
  544. }
  545. },
  546. {
  547. "path": "money/PayPasswordAgin",
  548. "style": {
  549. "navigationBarTitleText": "确认支付密码",
  550. "navigationStyle": "custom"
  551. }
  552. },
  553. {
  554. "path": "pointsMall/index",
  555. "style": {
  556. "navigationBarTitleText": "积分商城",
  557. "enablePullDownRefresh": true //开启下拉刷新
  558. }
  559. },
  560. {
  561. "path": "pointsMall/PointsDetail",
  562. "style": {
  563. "navigationBarTitleText": "积分明细",
  564. "enablePullDownRefresh": true //开启下拉刷新
  565. }
  566. },
  567. {
  568. "path": "pointsMall/ExchangeLog",
  569. "style": {
  570. "navigationBarTitleText": "兑换记录",
  571. "enablePullDownRefresh": true //开启下拉刷新
  572. }
  573. },
  574. {
  575. "path": "pointsMall/ExchangeOrder",
  576. "style": {
  577. "navigationBarTitleText": "确认兑换",
  578. "enablePullDownRefresh": true //开启下拉刷新
  579. }
  580. },
  581. {
  582. "path": "pointsMall/ExchangeOrderDetail",
  583. "style": {
  584. "navigationBarTitleText": "兑换详情",
  585. "navigationStyle": "custom"
  586. }
  587. },
  588. {
  589. "path": "pointsMall/IntegralGoodsDetail",
  590. "style": {
  591. "enablePullDownRefresh": true,
  592. "navigationBarTitleText": "积分商品详情",
  593. "navigationStyle": "custom",
  594. "app-plus": {
  595. "titleNView": {
  596. "type": "transparent"
  597. }
  598. }
  599. }
  600. }
  601. ]
  602. }],
  603. "globalStyle": {
  604. "navigationBarTextStyle": "black",
  605. "navigationBarTitleText": "",
  606. "navigationBarBackgroundColor": "#FFFFFF",
  607. "backgroundColor": "#f8f8f8"
  608. },
  609. "tabBar": {
  610. "borderStyle": "white",
  611. "backgroundColor": "#ffffff",
  612. "color": "#999999",
  613. "selectedColor": "#ff2d2d",
  614. "list": [{
  615. "pagePath": "pages/index/index",
  616. "iconPath": "static/img/tabbar-icon/tar-home-unsel.png",
  617. "selectedIconPath": "static/img/tabbar-icon/tar-home-red.png",
  618. "text": "首页"
  619. },
  620. {
  621. "pagePath": "pages/classification/cate",
  622. "iconPath": "static/img/tabbar-icon/tar-cate-unsel.png",
  623. "selectedIconPath": "static/img/tabbar-icon/tar-cate-unsel.png",
  624. "text": "分类"
  625. },
  626. {
  627. "pagePath": "pages/cart/cart",
  628. "iconPath": "static/img/tabbar-icon/tar-car-unsel.png",
  629. "selectedIconPath": "static/img/tabbar-icon/tar-car-unsel.png",
  630. "text": "购物车"
  631. },
  632. {
  633. "pagePath": "pages/user/user",
  634. "iconPath": "static/img/tabbar-icon/tar-my-unsel.png",
  635. "selectedIconPath": "static/img/tabbar-icon/tar-my-unsel.png",
  636. "text": "我的"
  637. }
  638. ]
  639. },
  640. "condition": { //模式配置,仅开发期间生效
  641. "current": 0, //当前激活的模式(list 的索引项)
  642. "list": [{
  643. "name": "", //模式名称
  644. "path": "", //启动页面,必选
  645. "query": "" //启动参数,在页面的onLoad函数里面得到
  646. }]
  647. }
  648. }