pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "enablePullDownRefresh": true,
  9. "navigationStyle": "custom",
  10. "navigationBarTitleText": "商城首页"
  11. }
  12. },
  13. // {
  14. // "path": "pages/index/sign",
  15. // "style": {
  16. // "navigationBarTitleText": "每日签到",
  17. // "app-plus": {
  18. // "titleNView": {
  19. // "type": "transparent"
  20. // }
  21. // }
  22. // }
  23. // },
  24. {
  25. "path": "pages/index/loveitem",
  26. "style": {
  27. "navigationBarTitleText": "",
  28. "app-plus": {
  29. "titleNView": {
  30. "type": "transparent"
  31. }
  32. }
  33. }
  34. },
  35. {
  36. "path": "pages/index/info",
  37. "style": {
  38. "navigationBarTitleText": "详情",
  39. "app-plus": {
  40. "titleNView": {
  41. "type": "transparent"
  42. }
  43. }
  44. }
  45. },
  46. {
  47. "path": "pages/contract/agreement",
  48. "style": {
  49. "navigationBarTitleText": "注册协议"
  50. }
  51. },
  52. {
  53. "path": "pages/contract/privacy",
  54. "style": {
  55. "navigationBarTitleText": "隐私政策"
  56. }
  57. },
  58. {
  59. "path": "pages/contract/start",
  60. "style": {
  61. "navigationBarTitleText": "授权页",
  62. "app-plus": {
  63. "titleNView": false
  64. }
  65. }
  66. },
  67. {
  68. "path": "pages/public/register",
  69. "style": {
  70. "navigationBarTitleText": "注册",
  71. "app-plus": {
  72. "titleNView": {
  73. "type": "transparent"
  74. }
  75. }
  76. }
  77. }, {
  78. "path": "pages/public/login",
  79. "style": {
  80. "navigationBarTitleText": "登录",
  81. "app-plus": {
  82. "titleNView": {
  83. "type": "transparent"
  84. }
  85. }
  86. }
  87. },
  88. {
  89. "path": "pages/public/wxLogin",
  90. "style": {
  91. "navigationBarTitleText": "微信登录",
  92. "app-plus": {
  93. "titleNView": {
  94. "type": "transparent"
  95. }
  96. }
  97. }
  98. },
  99. {
  100. "path": "pages/public/forget",
  101. "style": {
  102. "navigationBarTitleText": "忘记密码",
  103. "app-plus": {
  104. "titleNView": {
  105. "type": "transparent"
  106. }
  107. }
  108. }
  109. },
  110. // {
  111. // "path": "pages/product/groupBooking/index",
  112. // "style": {
  113. // "enablePullDownRefresh": true,
  114. // "navigationBarTitleText": "超值拼团"
  115. // }
  116. // },
  117. // {
  118. // "path": "pages/product/groupBooking/detail",
  119. // "style": {
  120. // "navigationBarTitleText": "拼团列表",
  121. // "app-plus": {
  122. // "titleNView": {
  123. // "type": "transparent"
  124. // }
  125. // }
  126. // }
  127. // },
  128. // {
  129. // "path": "pages/product/groupBooking/productCollage", //拼团商品
  130. // "style": {
  131. // "app-plus": {
  132. // "titleNView": {
  133. // "type": "transparent"
  134. // }
  135. // },
  136. // "navigationBarTitleText": "商品详情"
  137. // }
  138. // },
  139. // {
  140. // "path": "pages/product/groupBooking/inviteImg",
  141. // "style": {
  142. // "navigationBarTitleText": "拼团邀请图",
  143. // "app-plus": {
  144. // "titleNView": false
  145. // }
  146. // }
  147. // },
  148. // {
  149. // "path": "pages/product/groupBooking/productGroup",
  150. // "style": {
  151. // "navigationBarTitleText": "拼团详情展示",
  152. // "app-plus": {
  153. // "titleNView": {
  154. // "type": "transparent"
  155. // }
  156. // }
  157. // }
  158. // },
  159. // {
  160. // "path": "pages/product/groupBooking/groupdetails",
  161. // "style": {
  162. // "navigationBarTitleText": "拼团详情",
  163. // "app-plus": {
  164. // "titleNView": false
  165. // }
  166. // }
  167. // },
  168. {
  169. "path": "pages/product/reply",
  170. "style": {
  171. "navigationBarTitleText": "商品评价",
  172. "app-plus": {
  173. "titleNView": {
  174. "type": "transparent"
  175. }
  176. }
  177. }
  178. },
  179. {
  180. "path": "pages/product/product",
  181. "style": {
  182. "navigationBarTitleText": "详情展示",
  183. "app-plus": {
  184. "titleNView": {
  185. "type": "transparent"
  186. }
  187. }
  188. }
  189. },
  190. {
  191. "path": "pages/product/construction",
  192. "style": {
  193. "navigationBarTitleText": "施工产品",
  194. "app-plus": {
  195. "titleNView": {
  196. "type": "transparent"
  197. }
  198. }
  199. }
  200. },
  201. {
  202. "path": "pages/product/seckill",
  203. "style": {
  204. "navigationBarTitleText": "限时秒杀"
  205. }
  206. },
  207. {
  208. "path": "pages/product/list",
  209. "style": {
  210. "enablePullDownRefresh": true,
  211. "navigationBarTitleText": "商品列表"
  212. }
  213. },
  214. {
  215. "path": "pages/product/search",
  216. "style": {
  217. "enablePullDownRefresh": true,
  218. // #ifdef APP-PLUS
  219. "navigationStyle": "custom",
  220. // #endif
  221. // #ifndef MP || APP-PLUS
  222. "app-plus": {
  223. "titleNView": {
  224. "searchInput": {
  225. "backgroundColor": "rgba(231, 231, 231,.7)",
  226. "borderRadius": "16px",
  227. "placeholder": "请输入关键字",
  228. "disabled": false,
  229. "placeholderColor": "#606266",
  230. "align": "left"
  231. },
  232. "buttons": [{
  233. "text": "搜索",
  234. "fontSize": "14",
  235. "color": "#303133",
  236. "background": "rgba(0,0,0,0)",
  237. "width": "40px"
  238. }]
  239. }
  240. },
  241. // #endif
  242. "navigationBarTitleText": "搜索"
  243. }
  244. },
  245. {
  246. "path": "pages/product/classify",
  247. "style": {
  248. "navigationStyle": "custom",
  249. "app-plus": {
  250. "titleNView": {
  251. "type": "transparent"
  252. }
  253. }
  254. }
  255. },
  256. {
  257. "path": "pages/set/set",
  258. "style": {
  259. "navigationBarTitleText": "设置"
  260. }
  261. },
  262. {
  263. "path": "pages/set/address",
  264. "style": {
  265. "navigationBarTitleText": "收货地址"
  266. }
  267. },
  268. {
  269. "path": "pages/set/addressManage",
  270. "style": {
  271. "navigationBarTitleText": ""
  272. }
  273. },
  274. {
  275. "path": "pages/set/phone",
  276. "style": {
  277. "navigationBarTitleText": "实名认证"
  278. }
  279. },
  280. {
  281. "path": "pages/set/password",
  282. "style": {
  283. "navigationBarTitleText": "修改密码"
  284. }
  285. },
  286. {
  287. "path": "pages/set/userinfo",
  288. "style": {
  289. "navigationBarTitleText": "修改资料"
  290. }
  291. }, {
  292. "path": "pages/cart/cart",
  293. "style": {
  294. "navigationBarTitleText": "购物车"
  295. }
  296. },
  297. {
  298. "path": "pages/user/user",
  299. "style": {
  300. // #ifndef MP-WEIXIN
  301. "navigationStyle": "custom",
  302. // #endif
  303. "navigationBarTitleText": "个人中心"
  304. }
  305. },
  306. {
  307. "path": "pages/user/award",
  308. "style": {
  309. "navigationBarTitleText": "奖励明细",
  310. "app-plus": {
  311. "titleNView": {
  312. "type": "transparent"
  313. }
  314. }
  315. }
  316. },
  317. {
  318. "path": "pages/user/withdrawal",
  319. "style": {
  320. "navigationBarTitleText": "奖励提现"
  321. }
  322. },
  323. {
  324. "path": "pages/user/notice",
  325. "style": {
  326. "navigationBarTitleText": "通知"
  327. }
  328. },
  329. // {
  330. // "path": "pages/user/favorites",
  331. // "style": {
  332. // "navigationBarTitleText": "收藏夹"
  333. // }
  334. // },
  335. // {
  336. // "path": "pages/user/coupon",
  337. // "style": {
  338. // "navigationBarTitleText": "我的卡卷"
  339. // }
  340. // },
  341. {
  342. "path": "pages/user/scoreAccumulate",
  343. "style": {
  344. "navigationBarTitleText": "积分明细"
  345. }
  346. },
  347. {
  348. "path": "pages/user/extension",
  349. "style": {
  350. "navigationStyle": "custom",
  351. "navigationBarTitleText": "我的推广"
  352. }
  353. },
  354. {
  355. "path": "pages/user/applyMember",
  356. "style": {
  357. "navigationStyle": "custom",
  358. "navigationBarTitleText": "申请会员"
  359. }
  360. },
  361. {
  362. "path": "pages/user/minMember",
  363. "style": {
  364. "navigationStyle": "custom",
  365. "navigationBarTitleText": "我的会员"
  366. }
  367. },
  368. {
  369. "path": "pages/store/storeList",
  370. "style": {
  371. // #ifndef MP
  372. "app-plus": {
  373. "titleNView": false
  374. },
  375. // #endif
  376. "navigationBarTitleText": "门店列表"
  377. }
  378. },
  379. {
  380. "path": "pages/store/storeMessage",
  381. "style": {
  382. // #ifndef MP
  383. "app-plus": {
  384. "titleNView": false
  385. },
  386. // #endif
  387. "navigationBarTitleText": "编辑门店"
  388. }
  389. },
  390. {
  391. "path": "pages/store/storeDetail",
  392. "style": {
  393. // #ifndef MP
  394. "app-plus": {
  395. "titleNView": false
  396. },
  397. // #endif
  398. "navigationBarTitleText": "门店详情"
  399. }
  400. },
  401. {
  402. "path": "pages/store/apply",
  403. "style": {
  404. // #ifndef MP
  405. "app-plus": {
  406. "titleNView": false
  407. },
  408. // #endif
  409. "navigationBarTitleText": "申请店长"
  410. }
  411. },
  412. {
  413. "path": "pages/order/order",
  414. "style": {
  415. "navigationBarTitleText": "我的订单",
  416. "app-plus": {
  417. "bounce": "none"
  418. }
  419. }
  420. },
  421. {
  422. "path": "pages/order/expressInfo",
  423. "style": {
  424. "navigationBarTitleText": "快递详情"
  425. }
  426. },
  427. {
  428. "path": "pages/order/orderDetail",
  429. "style": {
  430. "navigationBarTitleText": "订单详情",
  431. "app-plus": {
  432. "bounce": "none"
  433. }
  434. }
  435. },
  436. {
  437. "path": "pages/order/evaluate",
  438. "style": {
  439. "navigationBarTitleText": "评论"
  440. }
  441. },
  442. {
  443. "path": "pages/order/orderRefund",
  444. "style": {
  445. "navigationBarTitleText": "申请退款"
  446. }
  447. },
  448. {
  449. "path": "pages/order/createOrder",
  450. "style": {
  451. "navigationBarTitleText": "创建订单"
  452. }
  453. }, {
  454. "path": "pages/money/pay",
  455. "style": {
  456. "navigationBarTitleText": "支付"
  457. }
  458. },
  459. {
  460. "path": "pages/money/paySuccess",
  461. "style": {
  462. "navigationBarTitleText": "支付成功"
  463. }
  464. },
  465. {
  466. "path": "pages/money/wallet",
  467. "style": {
  468. "navigationBarTitleText": "我的钱包",
  469. "app-plus": {
  470. "titleNView": {
  471. "type": "transparent"
  472. }
  473. }
  474. }
  475. },
  476. {
  477. "path": "pages/money/account",
  478. "style": {
  479. "navigationBarTitleText": "提现账号"
  480. }
  481. },
  482. {
  483. "path": "pages/money/withdrawal",
  484. "style": {
  485. "navigationBarTitleText": "提现"
  486. }
  487. },
  488. {
  489. "path": "pages/money/recharge",
  490. "style": {
  491. "navigationBarTitleText": "充值"
  492. }
  493. },
  494. {
  495. "path": "pages/money/moneyPwd",
  496. "style": {
  497. "navigationBarTitleText": "交易密码"
  498. }
  499. },
  500. {
  501. "path": "pages/category/category",
  502. "style": {
  503. // #ifdef APP-PLUS
  504. "navigationStyle": "custom",
  505. // #endif
  506. // #ifndef MP
  507. "app-plus": {
  508. "bounce": "none",
  509. "titleNView": {
  510. "searchInput": {
  511. "backgroundColor": "rgba(231, 231, 231,.7)",
  512. "borderRadius": "16px",
  513. "placeholder": "输入关键词搜索",
  514. "disabled": true,
  515. "placeholderColor": "#606266",
  516. "align": "left"
  517. }
  518. }
  519. },
  520. // #endif
  521. "navigationBarTitleText": "分类"
  522. }
  523. },
  524. {
  525. "path": "pages/redirect/redirect",
  526. "style": {
  527. "navigationBarTitleText": "微信登录跳转页面",
  528. "app-plus": {
  529. "titleNView": false
  530. }
  531. }
  532. },
  533. {
  534. "path": "pages/user/shareQrCode",
  535. "style": {
  536. "navigationBarTitleText": "邀请好友"
  537. }
  538. },
  539. {
  540. "path": "pages/user/yuezz",
  541. "style": {
  542. "navigationBarTitleText": "余额转账"
  543. }
  544. },
  545. {
  546. "path": "pages/user/zzjl",
  547. "style": {
  548. "navigationBarTitleText": "转账记录"
  549. }
  550. }
  551. ],
  552. "globalStyle": {
  553. "navigationBarTextStyle": "black",
  554. "navigationBarTitleText": "uni-app",
  555. "navigationBarBackgroundColor": "#FFFFFF",
  556. "backgroundColor": "#f8f8f8"
  557. },
  558. "tabBar": {
  559. "color": "#C0C4CC",
  560. "selectedColor": "#FF4C4C",
  561. "borderStyle": "black",
  562. "backgroundColor": "#ffffff",
  563. "list": [{
  564. "pagePath": "pages/index/index",
  565. "iconPath": "static/tabBar/tab-home.png",
  566. "selectedIconPath": "static/tabBar/tab-home-current.png",
  567. "text": "首页"
  568. },
  569. {
  570. "pagePath": "pages/category/category",
  571. "iconPath": "static/tabBar/tab-cate.png",
  572. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  573. "text": "分类"
  574. },
  575. {
  576. "pagePath": "pages/cart/cart",
  577. "iconPath": "static/tabBar/tab-cart.png",
  578. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  579. "text": "购物车"
  580. },
  581. {
  582. "pagePath": "pages/user/user",
  583. "iconPath": "static/tabBar/tab-my.png",
  584. "selectedIconPath": "static/tabBar/tab-my-current.png",
  585. "text": "我的"
  586. }
  587. ]
  588. }
  589. }