pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  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. },
  157. {
  158. "root": "pages/user",
  159. "pages": [
  160. {
  161. "path": "faq",
  162. "style": {
  163. "navigationBarTitleText": "常见问题",
  164. "navigationStyle": "custom"
  165. }
  166. },
  167. {
  168. "path": "collection",
  169. "style": {
  170. "navigationBarTitleText": "我的收藏",
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "address/addressList",
  176. "style": {
  177. "navigationBarTitleText": "收货地址",
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path": "address/addEditAddress",
  183. "style": {
  184. "navigationBarTitleText": "添加编辑收货地址",
  185. "navigationStyle": "custom"
  186. }
  187. },
  188. {
  189. "path": "pointsDetails",
  190. "style": {
  191. "navigationBarTitleText": "我的积分",
  192. "navigationStyle": "custom",
  193. "enablePullDownRefresh": true
  194. }
  195. },
  196. {
  197. "path": "wallet/index",
  198. "style": {
  199. "navigationBarTitleText": "我的钱包",
  200. "navigationStyle": "custom"
  201. }
  202. },
  203. {
  204. "path": "myMsg",
  205. "style": {
  206. "navigationBarTitleText": "我的消息",
  207. "navigationStyle": "custom"
  208. }
  209. },
  210. {
  211. "path": "eventDetails",
  212. "style": {
  213. "navigationBarTitleText": ""
  214. }
  215. },
  216. {
  217. "path": "merchant/settleIn",
  218. "style": {
  219. "navigationBarTitleText": "商家入驻",
  220. "navigationStyle": "custom"
  221. }
  222. },
  223. {
  224. "path": "merchant/registerAndAudit",
  225. "style": {
  226. "navigationBarTitleText": "成为商家",
  227. "navigationStyle": "custom"
  228. }
  229. },
  230. {
  231. "path": "pointsList",
  232. "style": {
  233. "navigationBarTitleText": "我的积分",
  234. "navigationStyle": "custom",
  235. "enablePullDownRefresh": true
  236. }
  237. },
  238. {
  239. "path": "wallet/reflect",
  240. "style": {
  241. "navigationBarTitleText": "提现",
  242. "navigationStyle": "custom"
  243. }
  244. },
  245. {
  246. "path": "wallet/reflectList",
  247. "style": {
  248. "navigationBarTitleText": "提现明细",
  249. "navigationStyle": "custom",
  250. "enablePullDownRefresh": true
  251. }
  252. },
  253. {
  254. "path": "wallet/reflectDetails",
  255. "style": {
  256. "navigationBarTitleText": "提现明细详情",
  257. "navigationStyle": "custom",
  258. "enablePullDownRefresh": true
  259. }
  260. }
  261. ]
  262. },
  263. {
  264. "root": "pages/order",
  265. "pages": [
  266. {
  267. "path": "mallOrder/orderList",
  268. "style": {
  269. "navigationBarTitleText": "商城订单列表",
  270. "enablePullDownRefresh": true,
  271. "navigationBarBackgroundColor": "#f7f7f7"
  272. }
  273. },
  274. {
  275. "path": "pay",
  276. "style": {
  277. "navigationBarTitleText": "确认订单",
  278. "navigationStyle": "custom"
  279. }
  280. },
  281. {
  282. "path": "refundType",
  283. "style": {
  284. "navigationBarTitleText": "申请售后"
  285. }
  286. },
  287. {
  288. "path": "applicationDrawback",
  289. "style": {
  290. "navigationBarTitleText": "申请售后"
  291. }
  292. },
  293. {
  294. "path": "orderDetails",
  295. "style": {
  296. "navigationBarTitleText": "订单详情"
  297. }
  298. },
  299. {
  300. "path": "orderblackDetails",
  301. "style": {
  302. "navigationBarTitleText": "售后订单详情"
  303. }
  304. },
  305. {
  306. "path": "logisticsNew",
  307. "style": {
  308. "navigationBarTitleText": "物流信息"
  309. }
  310. }
  311. ]
  312. },
  313. {
  314. "root": "pages/set",
  315. "pages": [
  316. {
  317. "path": "edit",
  318. "style": {
  319. "navigationBarTitleText": "修改资料",
  320. "navigationStyle": "custom"
  321. }
  322. },
  323. {
  324. "path": "index",
  325. "style": {
  326. "navigationBarTitleText": "设置"
  327. }
  328. },
  329. {
  330. "path": "payPassword",
  331. "style": {
  332. "navigationBarTitleText": "设置支付密码"
  333. }
  334. },
  335. {
  336. "path": "feedback/index",
  337. "style": {
  338. "navigationBarTitleText": "投诉建议"
  339. }
  340. },
  341. {
  342. "path": "feedback/history",
  343. "style": {
  344. "navigationBarTitleText": "投诉建议",
  345. "navigationBarBackgroundColor": "#F7F7F7"
  346. }
  347. },
  348. {
  349. "path": "feedback/detail",
  350. "style": {
  351. "navigationBarTitleText": "投诉建议"
  352. }
  353. },
  354. {
  355. "path": "updatePhone",
  356. "style": {
  357. "navigationBarTitleText": "更换手机号"
  358. }
  359. }
  360. ]
  361. },
  362. {
  363. "root": "pages/groupBuying",
  364. "pages": [
  365. {
  366. "path": "list",
  367. "style": {
  368. "navigationBarTitleText": "拼团",
  369. "enablePullDownRefresh": true,
  370. "navigationStyle": "custom"
  371. }
  372. },
  373. {
  374. "path": "details",
  375. "style": {
  376. "navigationBarTitleText": "商品详情"
  377. }
  378. },
  379. {
  380. "path": "myGbOrder/list",
  381. "style": {
  382. "navigationBarTitleText": "全部订单",
  383. "enablePullDownRefresh": true,
  384. "navigationBarBackgroundColor": "#f7f7f7"
  385. }
  386. },
  387. {
  388. "path": "myGbOrder/details",
  389. "style": {
  390. "navigationBarTitleText": "订单详情"
  391. }
  392. }
  393. ]
  394. },
  395. {
  396. "root": "pages/seckill",
  397. "pages": [
  398. {
  399. "path": "list",
  400. "style": {
  401. "navigationBarTitleText": "限时秒杀",
  402. "enablePullDownRefresh": true,
  403. "navigationStyle": "custom"
  404. }
  405. },
  406. {
  407. "path": "seckillGoods",
  408. "style": {
  409. "navigationBarTitleText": "商品详情"
  410. }
  411. }
  412. ]
  413. },
  414. {
  415. "root": "pages/distribution",
  416. "pages": [
  417. {
  418. "path": "index",
  419. "style": {
  420. "navigationBarTitleText": "分销中心"
  421. }
  422. },
  423. {
  424. "path": "moneyList",
  425. "style": {
  426. "navigationBarTitleText": "分佣订单",
  427. "enablePullDownRefresh": true
  428. }
  429. },
  430. {
  431. "path": "partner",
  432. "style": {
  433. "navigationBarTitleText": "我的伙伴"
  434. }
  435. },
  436. {
  437. "path": "withdraw",
  438. "style": {
  439. "navigationBarTitleText": "提现"
  440. }
  441. },
  442. {
  443. "path": "withdrawTwo",
  444. "style": {
  445. "navigationBarTitleText": "转入余额"
  446. }
  447. }
  448. ]
  449. }
  450. ],
  451. "globalStyle": {
  452. "navigationBarTextStyle": "black",
  453. "navigationBarTitleText": "商城",
  454. "navigationBarBackgroundColor": "#ffffff",
  455. "backgroundColor": "#F8F8F8",
  456. "backgroundColorBottom": "#F4F5F6"
  457. },
  458. "tabBar": {
  459. "color": "#999999",
  460. "selectedColor": "#f8c900",
  461. "borderStyle": "white",
  462. "backgroundColor": "#ffffff",
  463. "fontSize": "14px",
  464. "iconWidth": "24px",
  465. "spacing": "0px",
  466. "height": "55px",
  467. "list": [
  468. {
  469. "pagePath": "pages/tabtar/home",
  470. "iconPath": "static/shop_tabbar_01.png",
  471. "selectedIconPath": "static/shop_select_tabbar_01.png",
  472. "text": "首页"
  473. },
  474. {
  475. "pagePath": "pages/tabtar/goodsType",
  476. "iconPath": "static/shop_tabbar_02.png",
  477. "selectedIconPath": "static/shop_select_tabbar_02.png",
  478. "text": "商品分类"
  479. },
  480. {
  481. "pagePath": "pages/tabtar/city",
  482. "iconPath": "static/shop_tabbar_03.png",
  483. "selectedIconPath": "static/shop_select_tabbar_03.png",
  484. "text": "本地生活"
  485. },
  486. {
  487. "pagePath": "pages/tabtar/shoppingCart",
  488. "iconPath": "static/shop_tabbar_04.png",
  489. "selectedIconPath": "static/shop_select_tabbar_04.png",
  490. "text": "购物车"
  491. },
  492. {
  493. "pagePath": "pages/tabtar/personalCenter",
  494. "iconPath": "static/shop_tabbar_05.png",
  495. "selectedIconPath": "static/shop_select_tabbar_05.png",
  496. "text": "个人中心"
  497. }
  498. ]
  499. },
  500. "uniIdRouter": {}
  501. }