pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabtar/home",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "商家列表",
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/tabtar/goodsType",
  20. "style": {
  21. "navigationBarTitleText": "商品分类",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/tabtar/shoppingCart",
  27. "style": {
  28. "navigationBarTitleText": "购物车"
  29. }
  30. },
  31. {
  32. "path": "pages/tabtar/personalCenter",
  33. "style": {
  34. "navigationBarTitleText": "个人中心",
  35. "navigationStyle": "custom",
  36. "enablePullDownRefresh": true
  37. }
  38. },
  39. {
  40. "path": "pages/couponCenter/index",
  41. "style": {
  42. "navigationBarTitleText": "优惠券",
  43. "navigationStyle": "custom",
  44. "enablePullDownRefresh": true
  45. }
  46. },
  47. {
  48. "path": "pages/login/wxLogin",
  49. "style": {
  50. "navigationBarTitleText": "微信小程序登录",
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. // {
  55. // "path": "pages/login/appLogin",
  56. // "style": {
  57. // "navigationBarTitleText": "app登录",
  58. // "navigationStyle": "custom"
  59. // }
  60. // },
  61. {
  62. "path": "pages/login/otherLogin",
  63. "style": {
  64. "navigationBarTitleText": "其他登录",
  65. "navigationStyle": "custom"
  66. }
  67. },
  68. {
  69. "path": "pages/login/bindPhone",
  70. "style": {
  71. "navigationBarTitleText": "绑定手机",
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/login/code",
  77. "style": {
  78. "navigationBarTitleText": "验证码",
  79. "navigationStyle": "custom"
  80. }
  81. },
  82. {
  83. "path": "pages/protocol/index",
  84. "style": {
  85. "navigationBarTitleText": "协议",
  86. "navigationStyle": "custom"
  87. }
  88. },
  89. {
  90. "path": "pages/surePay/surePay",
  91. "style": {
  92. "navigationBarTitleText": "确认订单",
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "pages/tabtar/city",
  98. "style": {
  99. "navigationBarTitleText": "本地生活",
  100. "navigationStyle": "custom",
  101. "enablePullDownRefresh": true
  102. }
  103. },
  104. {
  105. "path": "pages/nearbyShop/list",
  106. "style": {
  107. "navigationBarTitleText": "同城商家",
  108. "enablePullDownRefresh": true
  109. }
  110. }
  111. ],
  112. "subPackages": [
  113. {
  114. "root": "pages/shop",
  115. "pages": [
  116. {
  117. "path": "index",
  118. "style": {
  119. "navigationBarTitleText": "店铺信息",
  120. "navigationStyle": "custom",
  121. "enablePullDownRefresh": true
  122. }
  123. },
  124. {
  125. "path": "goodSearch",
  126. "style": {
  127. "navigationBarTitleText": "搜索",
  128. "navigationStyle": "custom"
  129. }
  130. },
  131. {
  132. "path": "goodsList",
  133. "style": {
  134. "navigationBarTitleText": "商品列表",
  135. "navigationStyle": "custom",
  136. "enablePullDownRefresh": true
  137. }
  138. },
  139. {
  140. "path": "goodsDetails",
  141. "style": {
  142. "navigationBarTitleText": "商品详情",
  143. "navigationStyle": "custom",
  144. "enablePullDownRefresh": true
  145. }
  146. },
  147. {
  148. "path": "mallOrder/index",
  149. "style": {
  150. "navigationBarTitleText": "商城订单",
  151. "enablePullDownRefresh": true,
  152. "navigationBarBackgroundColor": "#f7f7f7"
  153. }
  154. },
  155. {
  156. "path": "pointsMall",
  157. "style": {
  158. "navigationBarTitleText": "积分商城",
  159. "enablePullDownRefresh": true,
  160. "navigationBarBackgroundColor": "#f7f7f7"
  161. }
  162. },
  163. ]
  164. },
  165. {
  166. "root": "pages/user",
  167. "pages": [
  168. {
  169. "path": "faq",
  170. "style": {
  171. "navigationBarTitleText": "常见问题",
  172. "navigationStyle": "custom"
  173. }
  174. },
  175. {
  176. "path": "collection",
  177. "style": {
  178. "navigationBarTitleText": "我的收藏",
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "address/addressList",
  184. "style": {
  185. "navigationBarTitleText": "收货地址",
  186. "navigationStyle": "custom"
  187. }
  188. },
  189. {
  190. "path": "address/addEditAddress",
  191. "style": {
  192. "navigationBarTitleText": "添加编辑收货地址",
  193. "navigationStyle": "custom"
  194. }
  195. },
  196. {
  197. "path": "pointsDetails",
  198. "style": {
  199. "navigationBarTitleText": "我的积分",
  200. "navigationStyle": "custom",
  201. "enablePullDownRefresh": true
  202. }
  203. },
  204. {
  205. "path": "wallet/index",
  206. "style": {
  207. "navigationBarTitleText": "我的钱包",
  208. "navigationStyle": "custom"
  209. }
  210. },
  211. {
  212. "path": "myMsg",
  213. "style": {
  214. "navigationBarTitleText": "我的消息",
  215. "navigationStyle": "custom"
  216. }
  217. },
  218. {
  219. "path": "eventDetails",
  220. "style": {
  221. "navigationBarTitleText": ""
  222. }
  223. },
  224. {
  225. "path": "merchant/settleIn",
  226. "style": {
  227. "navigationBarTitleText": "商家入驻",
  228. "navigationStyle": "custom"
  229. }
  230. },
  231. {
  232. "path": "merchant/registerAndAudit",
  233. "style": {
  234. "navigationBarTitleText": "成为商家",
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "pointsList",
  240. "style": {
  241. "navigationBarTitleText": "我的积分",
  242. "navigationStyle": "custom",
  243. "enablePullDownRefresh": true
  244. }
  245. },
  246. {
  247. "path": "wallet/reflect",
  248. "style": {
  249. "navigationBarTitleText": "提现",
  250. "navigationStyle": "custom"
  251. }
  252. },
  253. {
  254. "path": "wallet/reflectList",
  255. "style": {
  256. "navigationBarTitleText": "提现明细",
  257. "navigationStyle": "custom",
  258. "enablePullDownRefresh": true
  259. }
  260. },
  261. {
  262. "path": "wallet/reflectDetails",
  263. "style": {
  264. "navigationBarTitleText": "提现明细详情",
  265. "navigationStyle": "custom",
  266. "enablePullDownRefresh": true
  267. }
  268. }
  269. ]
  270. },
  271. {
  272. "root": "pages/order",
  273. "pages": [
  274. {
  275. "path": "mallOrder/orderList",
  276. "style": {
  277. "navigationBarTitleText": "商城订单列表",
  278. "enablePullDownRefresh": true,
  279. "navigationBarBackgroundColor": "#f7f7f7"
  280. }
  281. },
  282. {
  283. "path": "pay",
  284. "style": {
  285. "navigationBarTitleText": "确认订单",
  286. "navigationStyle": "custom"
  287. }
  288. },
  289. {
  290. "path": "refundType",
  291. "style": {
  292. "navigationBarTitleText": "申请售后"
  293. }
  294. },
  295. {
  296. "path": "applicationDrawback",
  297. "style": {
  298. "navigationBarTitleText": "申请售后"
  299. }
  300. },
  301. {
  302. "path": "orderDetails",
  303. "style": {
  304. "navigationBarTitleText": "订单详情"
  305. }
  306. },
  307. {
  308. "path": "orderblackDetails",
  309. "style": {
  310. "navigationBarTitleText": "售后订单详情"
  311. }
  312. },
  313. {
  314. "path": "logisticsNew",
  315. "style": {
  316. "navigationBarTitleText": "物流信息"
  317. }
  318. }
  319. ]
  320. },
  321. {
  322. "root": "pages/set",
  323. "pages": [
  324. {
  325. "path": "edit",
  326. "style": {
  327. "navigationBarTitleText": "修改资料",
  328. "navigationStyle": "custom"
  329. }
  330. },
  331. {
  332. "path": "index",
  333. "style": {
  334. "navigationBarTitleText": "设置"
  335. }
  336. },
  337. {
  338. "path": "payPassword",
  339. "style": {
  340. "navigationBarTitleText": "设置支付密码"
  341. }
  342. },
  343. {
  344. "path": "feedback/index",
  345. "style": {
  346. "navigationBarTitleText": "投诉建议"
  347. }
  348. },
  349. {
  350. "path": "feedback/history",
  351. "style": {
  352. "navigationBarTitleText": "投诉建议",
  353. "navigationBarBackgroundColor": "#F7F7F7"
  354. }
  355. },
  356. {
  357. "path": "feedback/detail",
  358. "style": {
  359. "navigationBarTitleText": "投诉建议"
  360. }
  361. },
  362. {
  363. "path": "updatePhone",
  364. "style": {
  365. "navigationBarTitleText": "更换手机号"
  366. }
  367. }
  368. ]
  369. },
  370. {
  371. "root": "pages/groupBuying",
  372. "pages": [
  373. {
  374. "path": "list",
  375. "style": {
  376. "navigationBarTitleText": "拼团",
  377. "enablePullDownRefresh": true,
  378. "navigationStyle": "custom"
  379. }
  380. },
  381. {
  382. "path": "details",
  383. "style": {
  384. "navigationBarTitleText": "商品详情"
  385. }
  386. },
  387. {
  388. "path": "myGbOrder/list",
  389. "style": {
  390. "navigationBarTitleText": "全部订单",
  391. "enablePullDownRefresh": true,
  392. "navigationBarBackgroundColor": "#f7f7f7"
  393. }
  394. },
  395. {
  396. "path": "myGbOrder/details",
  397. "style": {
  398. "navigationBarTitleText": "订单详情"
  399. }
  400. }
  401. ]
  402. },
  403. {
  404. "root": "pages/seckill",
  405. "pages": [
  406. {
  407. "path": "list",
  408. "style": {
  409. "navigationBarTitleText": "限时秒杀",
  410. "enablePullDownRefresh": true,
  411. "navigationStyle": "custom"
  412. }
  413. },
  414. {
  415. "path": "seckillGoods",
  416. "style": {
  417. "navigationBarTitleText": "商品详情"
  418. }
  419. }
  420. ]
  421. },
  422. {
  423. "root": "pages/distribution",
  424. "pages": [
  425. {
  426. "path": "index",
  427. "style": {
  428. "navigationBarTitleText": "分销中心"
  429. }
  430. },
  431. {
  432. "path": "moneyList",
  433. "style": {
  434. "navigationBarTitleText": "分佣订单",
  435. "enablePullDownRefresh": true
  436. }
  437. },
  438. {
  439. "path": "partner",
  440. "style": {
  441. "navigationBarTitleText": "我的伙伴"
  442. }
  443. },
  444. {
  445. "path": "withdraw",
  446. "style": {
  447. "navigationBarTitleText": "提现"
  448. }
  449. },
  450. {
  451. "path": "withdrawTwo",
  452. "style": {
  453. "navigationBarTitleText": "转入余额"
  454. }
  455. }
  456. ]
  457. }
  458. ],
  459. "globalStyle": {
  460. "navigationBarTextStyle": "black",
  461. "navigationBarTitleText": "商城",
  462. "navigationBarBackgroundColor": "#ffffff",
  463. "backgroundColor": "#F8F8F8",
  464. "backgroundColorBottom": "#F4F5F6"
  465. },
  466. "tabBar": {
  467. "color": "#999999",
  468. "selectedColor": "#f8c900",
  469. "borderStyle": "white",
  470. "backgroundColor": "#ffffff",
  471. "fontSize": "14px",
  472. "iconWidth": "24px",
  473. "spacing": "0px",
  474. "height": "55px",
  475. "list": [
  476. {
  477. "pagePath": "pages/tabtar/home",
  478. "iconPath": "static/shop_tabbar_01.png",
  479. "selectedIconPath": "static/shop_select_tabbar_01.png",
  480. "text": "首页"
  481. },
  482. {
  483. "pagePath": "pages/tabtar/goodsType",
  484. "iconPath": "static/shop_tabbar_02.png",
  485. "selectedIconPath": "static/shop_select_tabbar_02.png",
  486. "text": "商品分类"
  487. },
  488. {
  489. "pagePath": "pages/tabtar/city",
  490. "iconPath": "static/shop_tabbar_03.png",
  491. "selectedIconPath": "static/shop_select_tabbar_03.png",
  492. "text": "本地生活"
  493. },
  494. {
  495. "pagePath": "pages/tabtar/shoppingCart",
  496. "iconPath": "static/shop_tabbar_04.png",
  497. "selectedIconPath": "static/shop_select_tabbar_04.png",
  498. "text": "购物车"
  499. },
  500. {
  501. "pagePath": "pages/tabtar/personalCenter",
  502. "iconPath": "static/shop_tabbar_05.png",
  503. "selectedIconPath": "static/shop_select_tabbar_05.png",
  504. "text": "个人中心"
  505. }
  506. ]
  507. },
  508. "uniIdRouter": {}
  509. }