pages.json 9.7 KB

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