pages.json 12 KB

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