pages.json 11 KB

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