pages.json 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  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. // #ifdef MP
  10. "navigationStyle": "custom",
  11. // #endif
  12. // #ifndef MP
  13. "app-plus": {
  14. "titleNView": {
  15. "type": "none"
  16. }
  17. },
  18. // #endif
  19. "navigationBarTitleText": "商城首页"
  20. }
  21. },
  22. {
  23. "path": "pages/index/sign",
  24. "style": {
  25. "navigationBarTitleText": "每日签到",
  26. "app-plus": {
  27. "titleNView": {
  28. "type": "transparent"
  29. }
  30. }
  31. }
  32. },{
  33. "path": "pages/public/register",
  34. "style": {
  35. "navigationBarTitleText": "注册",
  36. "app-plus": {
  37. "titleNView": {
  38. "type": "transparent"
  39. }
  40. }
  41. }
  42. }, {
  43. "path": "pages/public/login",
  44. "style": {
  45. "navigationBarTitleText": "登录",
  46. "app-plus": {
  47. "titleNView": {
  48. "type": "transparent"
  49. }
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/public/wxLogin",
  55. "style": {
  56. "navigationBarTitleText": "微信登录",
  57. "app-plus": {
  58. "titleNView": {
  59. "type": "transparent"
  60. }
  61. }
  62. }
  63. },
  64. {
  65. "path": "pages/public/forget",
  66. "style": {
  67. "navigationBarTitleText": "忘记密码",
  68. "app-plus": {
  69. "titleNView": {
  70. "type": "transparent"
  71. }
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/product/groupBooking/index",
  77. "style": {
  78. "enablePullDownRefresh": true,
  79. "navigationBarTitleText": "超值拼团"
  80. }
  81. },
  82. {
  83. "path": "pages/product/groupBooking/detail",
  84. "style": {
  85. "navigationBarTitleText": "拼团列表",
  86. "app-plus": {
  87. "titleNView": {
  88. "type": "transparent"
  89. }
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/product/groupBooking/productCollage",//拼团商品
  95. "style": {
  96. "app-plus": {
  97. "titleNView": {
  98. "type": "transparent"
  99. }
  100. },
  101. "navigationBarTitleText":"商品详情"
  102. }
  103. },
  104. {
  105. "path": "pages/product/groupBooking/inviteImg",
  106. "style": {
  107. "navigationBarTitleText": "拼团邀请图",
  108. "app-plus": {
  109. "titleNView": false
  110. }
  111. }
  112. },
  113. {
  114. "path": "pages/product/groupBooking/productGroup",
  115. "style": {
  116. "navigationBarTitleText": "拼团详情展示",
  117. "app-plus": {
  118. "titleNView": {
  119. "type": "transparent"
  120. }
  121. }
  122. }
  123. },
  124. // {
  125. // "path": "pages/product/groupBooking/groupdetails",
  126. // "style": {
  127. // "navigationBarTitleText": "拼团详情",
  128. // "app-plus": {
  129. // "titleNView": false
  130. // }
  131. // }
  132. // },
  133. {
  134. "path": "pages/product/reply",
  135. "style": {
  136. "navigationBarTitleText": "商品评价",
  137. "app-plus": {
  138. "titleNView": {
  139. "type": "transparent"
  140. }
  141. }
  142. }
  143. },
  144. {
  145. "path": "pages/product/product",
  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. "navigationBarTitleText": "个人中心"
  255. }
  256. },
  257. {
  258. "path": "pages/user/award",
  259. "style": {
  260. "navigationBarTitleText": "奖励明细",
  261. "app-plus": {
  262. "titleNView": {
  263. "type": "transparent"
  264. }
  265. }
  266. }
  267. },
  268. {
  269. "path": "pages/user/withdrawal",
  270. "style": {
  271. "navigationBarTitleText": "奖励提现"
  272. }
  273. },
  274. {
  275. "path": "pages/user/notice",
  276. "style": {
  277. "navigationBarTitleText": "通知"
  278. }
  279. },
  280. {
  281. "path": "pages/user/favorites",
  282. "style": {
  283. "navigationBarTitleText": "收藏夹"
  284. }
  285. }, {
  286. "path": "pages/user/coupon",
  287. "style": {
  288. "navigationBarTitleText": "我的卡卷"
  289. }
  290. },
  291. {
  292. "path": "pages/user/scoreAccumulate",
  293. "style": {
  294. "navigationBarTitleText": "积分明细"
  295. }
  296. },
  297. {
  298. "path": "pages/order/order",
  299. "style": {
  300. "navigationBarTitleText": "我的订单",
  301. "app-plus": {
  302. "bounce": "none"
  303. }
  304. }
  305. },
  306. {
  307. "path": "pages/order/expressInfo",
  308. "style": {
  309. "navigationBarTitleText": "快递详情"
  310. }
  311. },
  312. {
  313. "path": "pages/order/orderDetail",
  314. "style": {
  315. "navigationBarTitleText": "订单详情",
  316. "app-plus": {
  317. "bounce": "none"
  318. }
  319. }
  320. },
  321. {
  322. "path": "pages/order/evaluate",
  323. "style": {
  324. "navigationBarTitleText": "评论"
  325. }
  326. },
  327. {
  328. "path": "pages/order/orderRefund",
  329. "style": {
  330. "navigationBarTitleText": "申请退款"
  331. }
  332. },
  333. {
  334. "path": "pages/order/createOrder",
  335. "style": {
  336. "navigationBarTitleText": "创建订单"
  337. }
  338. }, {
  339. "path": "pages/money/pay",
  340. "style": {
  341. "navigationBarTitleText": "支付"
  342. }
  343. },
  344. {
  345. "path": "pages/money/paySuccess",
  346. "style": {
  347. "navigationBarTitleText": "支付成功"
  348. }
  349. },
  350. {
  351. "path": "pages/money/wallet",
  352. "style": {
  353. "navigationBarTitleText": "我的钱包",
  354. "app-plus": {
  355. "titleNView": {
  356. "type": "transparent"
  357. }
  358. }
  359. }
  360. },
  361. {
  362. "path": "pages/money/account",
  363. "style": {
  364. "navigationBarTitleText": "提现账号"
  365. }
  366. },
  367. {
  368. "path": "pages/money/withdrawal",
  369. "style": {
  370. "navigationBarTitleText": "提现"
  371. }
  372. },
  373. {
  374. "path": "pages/money/recharge",
  375. "style": {
  376. "navigationBarTitleText": "充值"
  377. }
  378. },
  379. {
  380. "path": "pages/category/category",
  381. "style": {
  382. // #ifdef APP-PLUS
  383. "navigationStyle": "custom",
  384. // #endif
  385. // #ifndef MP
  386. "app-plus": {
  387. "bounce": "none",
  388. "titleNView": {
  389. "searchInput": {
  390. "backgroundColor": "rgba(231, 231, 231,.7)",
  391. "borderRadius": "16px",
  392. "placeholder": "商品搜索",
  393. "disabled": true,
  394. "placeholderColor": "#606266",
  395. "align": "left"
  396. }
  397. }
  398. },
  399. // #endif
  400. "navigationBarTitleText": "分类"
  401. }
  402. },
  403. {
  404. "path": "pages/redirect/redirect",
  405. "style": {
  406. "navigationBarTitleText": "微信登录跳转页面",
  407. "app-plus": {
  408. "titleNView": false
  409. }
  410. }
  411. },
  412. {
  413. "path": "pages/hall/hall",
  414. "style": {
  415. "navigationBarTitleText": "趣豆会馆",
  416. "app-plus": {
  417. "titleNView": false
  418. }
  419. }
  420. },
  421. {
  422. "path": "pages/money/money",
  423. "style": {
  424. "navigationBarTitleText": "财务",
  425. "app-plus": {
  426. "titleNView": false
  427. }
  428. }
  429. },
  430. {
  431. "path": "pages/user/shareQrCode",
  432. "style": {
  433. "navigationBarTitleText": "邀请好友"
  434. }
  435. }
  436. ],
  437. "subPackages": [
  438. {
  439. "root": "pages/activity",
  440. "name": "activity",
  441. "pages":[{
  442. "path": "goods_bargain/index",
  443. "style": {
  444. "navigationStyle": "custom"
  445. // #ifdef MP
  446. ,"navigationBarTextStyle": "#fff"
  447. // #endif
  448. }
  449. },
  450. {
  451. "path": "goods_bargain_details/index",
  452. "style": {
  453. "navigationStyle": "custom"
  454. // #ifdef MP
  455. ,"navigationBarTextStyle": "#fff"
  456. // #endif
  457. }
  458. },
  459. {
  460. "path": "bargain/index",
  461. "style": {
  462. "navigationBarTitleText": "砍价记录"
  463. }
  464. }
  465. ]
  466. }
  467. ],
  468. "globalStyle": {
  469. "navigationBarTextStyle": "black",
  470. "navigationBarTitleText": "uni-app",
  471. "navigationBarBackgroundColor": "#FFFFFF",
  472. "backgroundColor": "#f8f8f8"
  473. },
  474. "tabBar": {
  475. "color": "#C0C4CC",
  476. "selectedColor": "#375AFE",
  477. "borderStyle": "black",
  478. "backgroundColor": "#ffffff",
  479. "list": [{
  480. "pagePath": "pages/index/index"
  481. // "iconPath": "static/tabBar/tab-home.png",
  482. // "selectedIconPath": "static/tabBar/tab-home-current.png",
  483. // "text": "首页"
  484. },
  485. {
  486. "pagePath": "pages/order/order"
  487. // "iconPath": "static/tabBar/tab-cate.png",
  488. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  489. // "text": "订单"
  490. },
  491. {
  492. "pagePath": "pages/hall/hall"
  493. // "iconPath": "static/tabBar/tab-pink.png",
  494. // "selectedIconPath": "static/tabBar/tab-pink.png",
  495. // "text": "趣豆会馆"
  496. },
  497. {
  498. "pagePath": "pages/money/money"
  499. // "iconPath": "static/tabBar/tab-cart.png",
  500. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  501. // "text": "财务"
  502. },
  503. {
  504. "pagePath": "pages/user/user"
  505. // "iconPath": "static/tabBar/tab-my.png",
  506. // "selectedIconPath": "static/tabBar/tab-my-current.png",
  507. // "text": "我的"
  508. }
  509. ]
  510. }
  511. }