pages.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  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/seckill",
  145. "style": {
  146. "navigationBarTitleText": "限时秒杀"
  147. }
  148. },
  149. {
  150. "path": "pages/product/list",
  151. "style": {
  152. "enablePullDownRefresh": true,
  153. "navigationBarTitleText": "商品列表"
  154. }
  155. },
  156. {
  157. "path": "pages/product/search",
  158. "style": {
  159. "enablePullDownRefresh": true,
  160. // #ifdef APP-PLUS
  161. "navigationStyle": "custom",
  162. // #endif
  163. // #ifndef MP || APP-PLUS
  164. "app-plus": {
  165. "titleNView": {
  166. "searchInput": {
  167. "backgroundColor": "rgba(231, 231, 231,.7)",
  168. "borderRadius": "16px",
  169. "placeholder": "请输入关键字",
  170. "disabled": false,
  171. "placeholderColor": "#606266",
  172. "align": "left"
  173. },
  174. "buttons": [{
  175. "text": "搜索",
  176. "fontSize": "14",
  177. "color": "#303133",
  178. "background": "rgba(0,0,0,0)",
  179. "width": "40px"
  180. }]
  181. }
  182. },
  183. // #endif
  184. "navigationBarTitleText": "搜索"
  185. }
  186. },
  187. {
  188. "path": "pages/product/classify",
  189. "style": {
  190. "navigationStyle": "custom",
  191. "app-plus": {
  192. "titleNView": {
  193. "type": "transparent"
  194. }
  195. }
  196. }
  197. },
  198. {
  199. "path": "pages/set/set",
  200. "style": {
  201. "navigationBarTitleText": "设置"
  202. }
  203. },
  204. {
  205. "path": "pages/set/address",
  206. "style": {
  207. "navigationBarTitleText": "收货地址"
  208. }
  209. },
  210. {
  211. "path": "pages/set/addressManage",
  212. "style": {
  213. "navigationBarTitleText": ""
  214. }
  215. },
  216. {
  217. "path": "pages/set/phone",
  218. "style": {
  219. "navigationBarTitleText": "实名认证"
  220. }
  221. },
  222. {
  223. "path": "pages/set/password",
  224. "style": {
  225. "navigationBarTitleText": "修改密码"
  226. }
  227. },
  228. {
  229. "path": "pages/set/userinfo",
  230. "style": {
  231. "navigationBarTitleText": "修改资料"
  232. }
  233. }, {
  234. "path": "pages/cart/cart",
  235. "style": {
  236. "navigationBarTitleText": "购物车"
  237. }
  238. },
  239. {
  240. "path": "pages/user/user",
  241. "style": {
  242. // #ifndef MP-WEIXIN
  243. "navigationStyle": "custom",
  244. // "app-plus": {
  245. // "bounce": "none",
  246. // "titleNView": {
  247. // "type": "transparent",
  248. // "buttons": [{
  249. // "fontSrc": "/static/yticon.ttf",
  250. // "text": "\ue60f",
  251. // "fontSize": "24",
  252. // "color": "#303133",
  253. // "width": "46px",
  254. // "background": "rgba(0,0,0,0)"
  255. // },
  256. // {
  257. // "fontSrc": "/static/yticon.ttf",
  258. // "text": "\ue744",
  259. // "fontSize": "28",
  260. // "color": "#303133",
  261. // "background": "rgba(0,0,0,0)",
  262. // "redDot": true
  263. // }
  264. // ]
  265. // }
  266. // },
  267. // #endif
  268. "navigationBarTitleText": "个人中心"
  269. }
  270. },
  271. {
  272. "path": "pages/user/award",
  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. "path": "pages/user/coupon",
  301. "style": {
  302. "navigationBarTitleText": "我的卡卷"
  303. }
  304. },
  305. {
  306. "path": "pages/user/scoreAccumulate",
  307. "style": {
  308. "navigationBarTitleText": "积分明细"
  309. }
  310. },
  311. {
  312. "path": "pages/order/order",
  313. "style": {
  314. "navigationBarTitleText": "我的订单",
  315. "app-plus": {
  316. "bounce": "none"
  317. }
  318. }
  319. },
  320. {
  321. "path": "pages/order/expressInfo",
  322. "style": {
  323. "navigationBarTitleText": "快递详情"
  324. }
  325. },
  326. {
  327. "path": "pages/order/orderDetail",
  328. "style": {
  329. "navigationBarTitleText": "订单详情",
  330. "app-plus": {
  331. "bounce": "none"
  332. }
  333. }
  334. },
  335. {
  336. "path": "pages/order/evaluate",
  337. "style": {
  338. "navigationBarTitleText": "评论"
  339. }
  340. },
  341. {
  342. "path": "pages/order/orderRefund",
  343. "style": {
  344. "navigationBarTitleText": "申请退款"
  345. }
  346. },
  347. {
  348. "path": "pages/order/createOrder",
  349. "style": {
  350. "navigationBarTitleText": "创建订单"
  351. }
  352. }, {
  353. "path": "pages/money/pay",
  354. "style": {
  355. "navigationBarTitleText": "支付"
  356. }
  357. },
  358. {
  359. "path": "pages/money/paySuccess",
  360. "style": {
  361. "navigationBarTitleText": "支付成功"
  362. }
  363. },
  364. {
  365. "path": "pages/money/wallet",
  366. "style": {
  367. "navigationBarTitleText": "我的钱包",
  368. "app-plus": {
  369. "titleNView": {
  370. "type": "transparent"
  371. }
  372. }
  373. }
  374. },
  375. {
  376. "path": "pages/money/account",
  377. "style": {
  378. "navigationBarTitleText": "提现账号"
  379. }
  380. },
  381. {
  382. "path": "pages/money/withdrawal",
  383. "style": {
  384. "navigationBarTitleText": "提现"
  385. }
  386. },
  387. {
  388. "path": "pages/money/recharge",
  389. "style": {
  390. "navigationBarTitleText": "充值"
  391. }
  392. },
  393. {
  394. "path": "pages/category/category",
  395. "style": {
  396. // #ifdef APP-PLUS
  397. "navigationStyle": "custom",
  398. // #endif
  399. // #ifndef MP
  400. "app-plus": {
  401. "bounce": "none",
  402. "titleNView": {
  403. "searchInput": {
  404. "backgroundColor": "rgba(231, 231, 231,.7)",
  405. "borderRadius": "16px",
  406. "placeholder": "商品搜索",
  407. "disabled": true,
  408. "placeholderColor": "#606266",
  409. "align": "left"
  410. }
  411. }
  412. },
  413. // #endif
  414. "navigationBarTitleText": "分类"
  415. }
  416. },
  417. {
  418. "path": "pages/redirect/redirect",
  419. "style": {
  420. "navigationBarTitleText": "微信登录跳转页面",
  421. "app-plus": {
  422. "titleNView": false
  423. }
  424. }
  425. },
  426. {
  427. "path": "pages/user/shareQrCode",
  428. "style": {
  429. "navigationBarTitleText": "邀请好友"
  430. }
  431. }
  432. ],
  433. "globalStyle": {
  434. "navigationBarTextStyle": "black",
  435. "navigationBarTitleText": "uni-app",
  436. "navigationBarBackgroundColor": "#FFFFFF",
  437. "backgroundColor": "#f8f8f8"
  438. },
  439. "tabBar": {
  440. "color": "#C0C4CC",
  441. "selectedColor": "#5DBC7C",
  442. "borderStyle": "black",
  443. "backgroundColor": "#ffffff",
  444. "list": [{
  445. "pagePath": "pages/index/index",
  446. "iconPath": "static/tabBar/tab-home.png",
  447. "selectedIconPath": "static/tabBar/tab-home-current.png",
  448. "text": "首页"
  449. },
  450. {
  451. "pagePath": "pages/category/category",
  452. "iconPath": "static/tabBar/tab-cate.png",
  453. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  454. "text": "分类"
  455. },
  456. {
  457. "pagePath": "pages/cart/cart",
  458. "iconPath": "static/tabBar/tab-cart.png",
  459. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  460. "text": "购物车"
  461. },
  462. {
  463. "pagePath": "pages/user/user",
  464. "iconPath": "static/tabBar/tab-my.png",
  465. "selectedIconPath": "static/tabBar/tab-my-current.png",
  466. "text": "我的"
  467. }
  468. ]
  469. }
  470. }