pages.json 10 KB

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