pages.json 12 KB

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