pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/tabbar/index/index",
  9. "style": {
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/tabbar/category/index",
  15. "style": {
  16. "navigationBarTitleText": "分类"
  17. }
  18. },
  19. {
  20. "path": "pages/tabbar/cart/index",
  21. "style": {
  22. "navigationBarTitleText": "购物车"
  23. }
  24. },
  25. {
  26. "path": "pages/tabbar/user/index",
  27. "style": {
  28. "navigationBarTitleText": "我的",
  29. "backgroundColor": "#F8F8F8"
  30. }
  31. }
  32. ],
  33. "subpackages":[{
  34. "root":"pages_category_page1",
  35. "pages":[
  36. {
  37. "path": "discount/spikeList",
  38. "style": {
  39. "navigationBarTitleText": "秒杀专区",
  40. "navigationBarBackgroundColor": "#333333",
  41. "backgroundColor": "#333333",
  42. "navigationBarTextStyle": "white"
  43. }
  44. }, {
  45. "path": "discount/groupBuy",
  46. "style": {
  47. "navigationBarTitleText": "拼团专区",
  48. "navigationBarBackgroundColor": "#333333",
  49. "backgroundColor": "#333333",
  50. "navigationBarTextStyle": "white"
  51. }
  52. }
  53. ,{
  54. "path" : "discount/discount",
  55. "style" :
  56. {
  57. "navigationBarTitleText": "限时折扣专区",
  58. "navigationBarBackgroundColor": "#333333",
  59. "backgroundColor": "#333333",
  60. "navigationBarTextStyle": "white"
  61. }
  62. },
  63. {
  64. "path" : "discount/platformDiscount",
  65. "style" :
  66. {
  67. "navigationBarTitleText": "限时折扣专区",
  68. "navigationBarBackgroundColor": "#333333",
  69. "backgroundColor": "#333333",
  70. "navigationBarTextStyle": "white"
  71. }
  72. },{
  73. "path" : "memberCenter/activityList",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "会员专区",
  77. "navigationBarBackgroundColor": "#333333",
  78. "backgroundColor": "#333333",
  79. "navigationBarTextStyle": "white"
  80. }
  81. },{
  82. "path" : "goodsModule/combination",
  83. "style" :
  84. {
  85. "navigationBarTitleText": "组合优惠",
  86. "navigationBarBackgroundColor": "#333333",
  87. "backgroundColor": "#333333",
  88. "navigationBarTextStyle": "white"
  89. }
  90. },
  91. {
  92. "path": "activity",
  93. "style": {
  94. "navigationBarTitleText": "热门推荐",
  95. "enablePullDownRefresh": true
  96. }
  97. },
  98. {
  99. "path": "search/index/index",
  100. "style": {
  101. "navigationBarTitleText": "搜索"
  102. }
  103. }, {
  104. "path": "store/index",
  105. "style": {
  106. "navigationStyle": "custom",
  107. "navigationBarBackgroundColor": "#333333",
  108. "backgroundColor": "#333333",
  109. "navigationBarTextStyle": "white"
  110. }
  111. }, {
  112. "path": "goodsModule/goodsList",
  113. "style": {
  114. "navigationBarTitleText": "商品列表"
  115. }
  116. },{
  117. "path": "goodsModule/canvasGoods",
  118. "style": {
  119. "navigationBarTitleText": "商品列表"
  120. }
  121. }, {
  122. "path": "goodsModule/couponShopList",
  123. "style": {
  124. "navigationBarTitleText": "优惠券可用商品列表"
  125. }
  126. }, {
  127. "path": "goodsModule/goodsDetails",
  128. "style": {
  129. "navigationBarTitleText": "详情"
  130. }
  131. }, {
  132. "path": "goodsModule/qADetail",
  133. "style": {
  134. "navigationBarTitleText": "问答详情"
  135. }
  136. }, {
  137. "path": "goodsModule/answerList",
  138. "style": {
  139. "navigationBarTitleText": "全部问答"
  140. }
  141. }, {
  142. "path": "goodsModule/putQuestions",
  143. "style": {
  144. "navigationBarTitleText": "提问"
  145. }
  146. }, {
  147. "path": "goodsModule/userEvaluate",
  148. "style": {
  149. "navigationBarTitleText": "我的评价"
  150. }
  151. }, {
  152. "path": "goodsModule/evaSuccessful",
  153. "style": {
  154. "navigationBarTitleText": "评价成功"
  155. }
  156. },{
  157. "path": "goodsModule/evaluateDetails",
  158. "style": {
  159. "navigationBarTitleText": "评价详情"
  160. }
  161. }, {
  162. "path": "goodsModule/evaluateList",
  163. "style": {
  164. "navigationBarTitleText": "宝贝评价"
  165. }
  166. }, {
  167. "path": "goodsModule/addEvaluate",
  168. "style": {
  169. "navigationBarTitleText": "追加评价"
  170. }
  171. }, {
  172. "path": "goodsModule/evaluate",
  173. "style": {
  174. "navigationBarTitleText": "评价"
  175. }
  176. },
  177. {
  178. "path": "orderModule/index",
  179. "style": {
  180. "navigationBarTitleText": "订单中心"
  181. }
  182. }, {
  183. "path": "orderModule/orderConfirm",
  184. "style": {
  185. "navigationBarTitleText": "购买宝贝",
  186. "navigationBarBackgroundColor": "#333333",
  187. "backgroundColor": "#333333",
  188. "navigationBarTextStyle": "white"
  189. }
  190. }, {
  191. "path": "orderModule/orderDetails",
  192. "style": {
  193. "navigationBarTitleText": "订单详情",
  194. "navigationBarBackgroundColor": "#333333",
  195. "backgroundColor": "#333333",
  196. "navigationBarTextStyle": "white"
  197. }
  198. }, {
  199. "path": "orderModule/afterSaleApplyRefund",
  200. "style": {
  201. "navigationBarTitleText": "申请退款"
  202. }
  203. }, {
  204. "path": "orderModule/afterSaleApplyRetund",
  205. "style": {
  206. "navigationBarTitleText": "申请退货"
  207. }
  208. }, {
  209. "path": "orderModule/afterSaleApply",
  210. "style": {
  211. "navigationBarTitleText": "选择商品",
  212. "navigationBarBackgroundColor": "#333333",
  213. "backgroundColor": "#333333",
  214. "navigationBarTextStyle": "white"
  215. }
  216. }, {
  217. "path": "orderModule/platformJoin",
  218. "style": {
  219. "navigationBarTitleText": "平台介入"
  220. }
  221. }, {
  222. "path": "orderModule/paySuccessful",
  223. "style": {
  224. "navigationStyle": "custom",
  225. "navigationBarTitleText": "支付成功"
  226. }
  227. }, {
  228. "path": "orderModule/addLogistics",
  229. "style": {
  230. "navigationBarTitleText": "填写退货物流"
  231. }
  232. }, {
  233. "path": "orderModule/refundDetails",
  234. "style": {
  235. "navigationBarTitleText": "退款详情",
  236. "navigationBarBackgroundColor": "#333333",
  237. "backgroundColor": "#333333",
  238. "navigationBarTextStyle": "white"
  239. }
  240. }, {
  241. "path": "orderModule/Intervene",
  242. "style": {
  243. "navigationBarTitleText": "平台介入"
  244. }
  245. }, {
  246. "path": "orderModule/returnDetails",
  247. "style": {
  248. "navigationBarTitleText": "退货详情",
  249. "navigationBarBackgroundColor": "#333333",
  250. "backgroundColor": "#333333",
  251. "navigationBarTextStyle": "white"
  252. }
  253. }, {
  254. "path": "orderModule/afterSale",
  255. "style": {
  256. "navigationBarTitleText": "我的售后"
  257. }
  258. }, {
  259. "path": "distributionModule/index",
  260. "style": {
  261. "navigationBarTitleText": "分销中心",
  262. "navigationBarBackgroundColor": "#333333",
  263. "backgroundColor": "#333333",
  264. "navigationBarTextStyle": "white"
  265. }
  266. }, {
  267. "path": "distributionModule/recruit",
  268. "style": {
  269. "navigationBarTitleText": "分销员招募令",
  270. "navigationBarBackgroundColor": "#333333",
  271. "backgroundColor": "#333333",
  272. "navigationBarTextStyle": "white"
  273. }
  274. }, {
  275. "path": "distributionModule/salesIndex",
  276. "style": {
  277. "navigationBarTitleText": "分销中心",
  278. "navigationBarBackgroundColor": "#333333",
  279. "backgroundColor": "#333333",
  280. "navigationBarTextStyle": "white"
  281. }
  282. }, {
  283. "path": "distributionModule/shareProduct",
  284. "style": {
  285. "navigationBarTitleText": "分享"
  286. }
  287. },{
  288. "path": "distributionModule/totalPersonnel",
  289. "style": {
  290. "navigationBarTitleText": "累计分销员",
  291. "navigationBarBackgroundColor": "#333333",
  292. "backgroundColor": "#333333",
  293. "navigationBarTextStyle": "white"
  294. }
  295. }, {
  296. "path": "distributionModule/totalAward",
  297. "style": {
  298. "navigationBarTitleText": "累计奖励",
  299. "navigationBarBackgroundColor": "#333333",
  300. "backgroundColor": "#333333",
  301. "navigationBarTextStyle": "white"
  302. }
  303. }, {
  304. "path": "distributionModule/totalClient",
  305. "style": {
  306. "navigationBarTitleText": "累计客户",
  307. "navigationBarBackgroundColor": "#333333",
  308. "backgroundColor": "#333333",
  309. "navigationBarTextStyle": "white"
  310. }
  311. }, {
  312. "path": "distributionModule/unliquidated",
  313. "style": {
  314. "navigationBarTitleText": "未结算奖励",
  315. "navigationBarBackgroundColor": "#333333",
  316. "backgroundColor": "#333333",
  317. "navigationBarTextStyle": "white"
  318. }
  319. }, {
  320. "path": "distributionModule/distributionOrder",
  321. "style": {
  322. "navigationBarTitleText": "我的分销订单",
  323. "navigationBarBackgroundColor": "#333333",
  324. "backgroundColor": "#333333",
  325. "navigationBarTextStyle": "white"
  326. }
  327. }, {
  328. "path": "distributionModule/promotion",
  329. "style": {
  330. "navigationBarTitleText": "推广店铺",
  331. "navigationBarBackgroundColor": "#333333",
  332. "backgroundColor": "#333333",
  333. "navigationBarTextStyle": "white"
  334. }
  335. },
  336. {
  337. "path": "distributionModule/commodity",
  338. "style": {
  339. "navigationBarTitleText": "推广商品"
  340. }
  341. },
  342. {
  343. "path": "distributionModule/invite",
  344. "style": {
  345. "navigationBarTitleText": "邀请下级"
  346. }
  347. }, {
  348. "path": "orderModule/logisticsInfo",
  349. "style": {
  350. "navigationBarTitleText": "物流信息"
  351. }
  352. }, {
  353. "path": "homeModule/special",
  354. "style": {
  355. "navigationBarTitleText": "专题分类"
  356. }
  357. },
  358. {
  359. "path" : "goodsModule/invitePoster",
  360. "style" :
  361. {
  362. "navigationBarTitleText": "生成邀请海报"
  363. // "enablePullDownRefresh": false
  364. }
  365. },
  366. {
  367. "path" : "goodsModule/inviteSpell",
  368. "style" :
  369. {
  370. "navigationBarTitleText": "邀请好友拼单",
  371. "enablePullDownRefresh": false,
  372. "navigationBarBackgroundColor": "#333333",
  373. "backgroundColor": "#333333",
  374. "navigationBarTextStyle": "white"
  375. }
  376. },
  377. {
  378. "path" : "linkOthers/index",
  379. "style" :
  380. {
  381. "navigationBarTitleText": "商家",
  382. "enablePullDownRefresh": false
  383. }
  384. },
  385. {
  386. "path" : "memberCenter/index",
  387. "style" :
  388. {
  389. "navigationBarTitleText": "会员中心",
  390. "navigationBarBackgroundColor": "#333333",
  391. "backgroundColor": "#333333",
  392. "navigationBarTextStyle": "white"
  393. }
  394. },
  395. {
  396. "path": "memberCenter/memberSign",
  397. "style": {
  398. "navigationBarTitleText": "会员签到",
  399. "navigationBarBackgroundColor": "#333333",
  400. "backgroundColor": "#333333",
  401. "navigationBarTextStyle": "white",
  402. "enablePullDownRefresh": true
  403. }
  404. }
  405. ]
  406. },
  407. {
  408. "root":"pages_category_page2",
  409. "name": "pages_category_page2",
  410. "pages":[
  411. {
  412. "path": "userModule/accountLogin",
  413. "style": {
  414. "navigationBarTitleText": "登录"
  415. }
  416. },
  417. {
  418. "path": "userModule/addAddress",
  419. "style": {
  420. "navigationBarTitleText": "地址管理"
  421. }
  422. },
  423. {
  424. "path": "userModule/addBankcard",
  425. "style": {
  426. "navigationBarTitleText": "银行卡"
  427. }
  428. },
  429. {
  430. "path": "userModule/address",
  431. "style": {
  432. "navigationBarTitleText": "地址管理"
  433. }
  434. },
  435. {
  436. "path": "userModule/bankcard",
  437. "style": {
  438. "navigationBarTitleText": "银行卡",
  439. "navigationBarBackgroundColor": "#333333",
  440. "backgroundColor": "#333333",
  441. "navigationBarTextStyle": "white"
  442. }
  443. },
  444. {
  445. "path" : "userModule/collection",
  446. "style" :
  447. {
  448. "navigationBarTitleText": "我的收藏",
  449. "enablePullDownRefresh": false,
  450. "app-plus":{
  451. "bounce":"none"
  452. }
  453. }
  454. }
  455. ,{
  456. "path" : "userModule/footprintList",
  457. "style" :
  458. {
  459. "navigationBarTitleText": "浏览足迹",
  460. "enablePullDownRefresh": false,
  461. "app-plus":{
  462. "bounce":"none"
  463. }
  464. }
  465. }
  466. ,{
  467. "path" : "userModule/questionList",
  468. "style" :
  469. {
  470. "navigationBarTitleText": "我的问答",
  471. "enablePullDownRefresh": false,
  472. "app-plus":{
  473. "bounce":"none"
  474. }
  475. }
  476. },
  477. {
  478. "path": "userModule/personalDetails",
  479. "style": {
  480. "navigationBarTitleText": "个人信息"
  481. }
  482. }, {
  483. "path": "userModule/coupon",
  484. "style": {
  485. "navigationBarTitleText": "我的卡券"
  486. }
  487. },
  488. {
  489. "path": "userModule/login",
  490. "style": {
  491. "navigationStyle": "custom",
  492. "navigationBarTitleText": "登录"
  493. }
  494. },
  495. {
  496. "path": "userModule/protocol",
  497. "style": {
  498. "navigationBarTitleText": "《cereshop》商城用户协议"
  499. }
  500. }, {
  501. "path": "userModule/register",
  502. "style": {
  503. "navigationBarTitleText": "注册"
  504. }
  505. },
  506. {
  507. "path": "userModule/memberAccount",
  508. "style": {
  509. "navigationBarTitleText": "我的账户",
  510. "navigationBarBackgroundColor": "#333333",
  511. "backgroundColor": "#333333",
  512. "navigationBarTextStyle": "white"
  513. }
  514. }, {
  515. "path": "userModule/withdraw",
  516. "style": {
  517. "navigationBarTitleText": "提现"
  518. }
  519. },
  520. // {
  521. // "path": "userModule/u-city-select",
  522. // "style": {}
  523. // }, {
  524. // "path": "userModule/u-bank-select",
  525. // "style": {}
  526. // },
  527. {
  528. "path": "userModule/messageCenter",
  529. "style": {
  530. "navigationBarTitleText": "消息中心"
  531. }
  532. }, {
  533. "path": "userModule/messageDetail",
  534. "style": {
  535. "navigationBarTitleText": "公告详情"
  536. }
  537. },
  538. {
  539. "path" : "userModule/bindPhone",
  540. "style" :
  541. {
  542. "navigationBarTitleText": "绑定手机号",
  543. "enablePullDownRefresh": false
  544. }
  545. },
  546. {
  547. "path" : "userModule/mobilePhone",
  548. "style" :
  549. {
  550. "navigationBarTitleText": "手机号授权",
  551. "enablePullDownRefresh": false
  552. }
  553. }
  554. ]
  555. }],
  556. "globalStyle": {
  557. "navigationBarTextStyle": "black",
  558. "navigationBarTitleText": "cereshop",
  559. "navigationBarBackgroundColor": "#fff",
  560. "backgroundColor": "#F8F8F8"
  561. },
  562. "tabBar": {
  563. "borderStyle": "black",
  564. "backgroundColor": "#fff",
  565. "color": "#CCCCCC",
  566. "selectedColor": "#333333",
  567. "list": [{
  568. "pagePath": "pages/tabbar/index/index",
  569. "iconPath": "static/img/tabbar/home.png",
  570. "selectedIconPath": "static/img/tabbar/homeactive.png",
  571. "text": "首页"
  572. },
  573. {
  574. "pagePath": "pages/tabbar/category/index",
  575. "iconPath": "static/img/tabbar/fenlei.png",
  576. "selectedIconPath": "static/img/tabbar/fenleiactive.png",
  577. "text": "分类"
  578. },
  579. {
  580. "pagePath": "pages/tabbar/cart/index",
  581. "iconPath": "static/img/tabbar/gouwuche.png",
  582. "selectedIconPath": "static/img/tabbar/gouwucheactive.png",
  583. "text": "购物车"
  584. },
  585. {
  586. "pagePath": "pages/tabbar/user/index",
  587. "iconPath": "static/img/tabbar/wode.png",
  588. "selectedIconPath": "static/img/tabbar/wodeactive.png",
  589. "text": "我的",
  590. "navigationBarBackgroundColor": "#333333",
  591. "backgroundColor": "#333333",
  592. "navigationBarTextStyle": "white"
  593. }
  594. ]
  595. },
  596. "condition" : { //模式配置,仅开发期间生效
  597. "current": 0, //当前激活的模式(list 的索引项)
  598. "list": [
  599. {
  600. "name": "", //模式名称
  601. "path": "", //启动页面,必选
  602. "query": "" //启动参数,在页面的onLoad函数里面得到
  603. }
  604. ]
  605. }
  606. }