pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom",
  11. "enablePullDownRefresh": true
  12. }
  13. },
  14. {
  15. "path": "pages/index/search/index",
  16. "style": {
  17. "navigationBarTitleText": "搜索"
  18. }
  19. },
  20. {
  21. "path": "pages/index/selectCampus",
  22. "style": {
  23. "navigationBarTitleText": "选择地址"
  24. }
  25. },
  26. {
  27. "path": "pages/index/shopList/index",
  28. "style": {
  29. "navigationBarTitleText": "店铺列表"
  30. }
  31. },
  32. {
  33. "path": "pages/index/shopList/indexShop",
  34. "style": {
  35. "navigationBarTitleText": "店铺列表2"
  36. }
  37. },
  38. {
  39. "path": "pages/index/shop/index",
  40. "style": {
  41. "navigationBarTitleText": "店铺详情"
  42. }
  43. },
  44. {
  45. "path": "pages/index/shop/im",
  46. "style": {
  47. "navigationBarTitleText": "聊天"
  48. }
  49. },
  50. // {
  51. // "path": "pages/index/shop/liaotian",
  52. // "style": {
  53. // "navigationBarTitleText": "聊天室"
  54. // }
  55. // },
  56. {
  57. "path": "pages/index/shop/goodsDet",
  58. "style": {
  59. "navigationBarTitleText": "商品详情"
  60. }
  61. },
  62. {
  63. "path": "pages/index/shop/payOrder",
  64. "style": {
  65. "navigationBarTitleText": "订单支付"
  66. }
  67. },
  68. {
  69. "path": "pages/index/shop/confirmOrder",
  70. "style": {
  71. "navigationBarTitleText": "订单支付"
  72. }
  73. },
  74. {
  75. "path": "pages/index/shop/pindanDet",
  76. "style": {
  77. "navigationBarTitleText": "拼单详情"
  78. }
  79. },
  80. {
  81. "path": "pages/index/shop/goodsList",
  82. "style": {
  83. "navigationBarTitleText": "店铺详情"
  84. }
  85. },
  86. {
  87. "path": "pages/order/index",
  88. "style": {
  89. "navigationBarTitleText": "订单",
  90. "enablePullDownRefresh": true,
  91. "app-plus": {
  92. //#ifdef H5
  93. "titleNView": false
  94. //#endif
  95. }
  96. }
  97. },
  98. {
  99. "path": "pages/order/detail",
  100. "style": {
  101. "navigationBarTitleText": "订单详情"
  102. }
  103. },
  104. {
  105. "path": "pages/order/takefood",
  106. "style": {
  107. "navigationBarTitleText": "订单详情"
  108. }
  109. },
  110. {
  111. "path": "pages/order/feedback",
  112. "style": {
  113. "navigationBarTitleText": "订单评价"
  114. }
  115. },
  116. {
  117. "path": "pages/order/feedbacks",
  118. "style": {
  119. "navigationBarTitleText": "点赞骑手"
  120. }
  121. },
  122. {
  123. "path": "pages/order/complaint/complaint",
  124. "style": {
  125. "navigationBarTitleText": "投诉"
  126. }
  127. },
  128. {
  129. "path": "pages/order/waimaiMap",
  130. "style": {
  131. "navigationBarTitleText": ""
  132. }
  133. },
  134. {
  135. "path": "pages/order/paotuiMap",
  136. "style": {
  137. "navigationBarTitleText": "地图"
  138. }
  139. },
  140. {
  141. "path": "pages/my/index",
  142. "style": {
  143. "navigationBarTitleText": "我的",
  144. "navigationBarBackgroundColor": "#FEFBDA"
  145. }
  146. }, {
  147. "path": "pages/my/updateNickName",
  148. "style": {
  149. "navigationBarTitleText": "修改昵称",
  150. "navigationBarBackgroundColor": "#FEFBDA"
  151. }
  152. },
  153. {
  154. "path": "pages/public/login",
  155. "style": {
  156. "navigationBarTitleText": "登录"
  157. }
  158. }
  159. ],
  160. "subPackages": [{
  161. "root": "my",
  162. "pages": [{
  163. "path": "address/index",
  164. "style": {
  165. "navigationBarTitleText": "地址管理"
  166. }
  167. },
  168. {
  169. "path": "index/shop/index2",
  170. "style": {
  171. "navigationBarTitleText": "店铺详情",
  172. "navigationStyle": "custom"
  173. }
  174. },
  175. {
  176. "path": "index/coupon/index",
  177. "style": {
  178. "navigationBarTitleText": "",
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "address/add",
  184. "style": {
  185. "navigationBarTitleText": "添加地址"
  186. }
  187. },
  188. {
  189. "path": "chat/index",
  190. "style": {
  191. "navigationBarTitleText": "聊天室"
  192. }
  193. },
  194. {
  195. "path": "task/index",
  196. "style": {
  197. "navigationBarTitleText": "任务中心"
  198. }
  199. },
  200. {
  201. "path": "msg/index",
  202. "style": {
  203. "navigationBarTitleText": "消息中心"
  204. }
  205. },
  206. {
  207. "path": "wallet/index",
  208. "style": {
  209. "navigationBarTitleText": "我的钱包"
  210. }
  211. },
  212. {
  213. "path": "wallet/walletDet",
  214. "style": {
  215. "navigationBarTitleText": "消费记录"
  216. }
  217. },
  218. {
  219. "path": "helpList/index",
  220. "style": {
  221. "navigationBarTitleText": "帮助中心"
  222. }
  223. },
  224. {
  225. "path": "helpList/helpDet",
  226. "style": {
  227. "navigationBarTitleText": "详情"
  228. }
  229. },
  230. {
  231. "path": "recruit/index",
  232. "style": {
  233. "navigationBarTitleText": "骑手招募"
  234. }
  235. },
  236. {
  237. "path": "setting/index",
  238. "style": {
  239. "navigationBarTitleText": "系统设置"
  240. }
  241. },
  242. {
  243. "path": "setting/customer",
  244. "style": {
  245. "navigationBarTitleText": "联系客服"
  246. }
  247. },
  248. {
  249. "path": "setting/mimi",
  250. "style": {
  251. "navigationBarTitleText": "隐私政策"
  252. }
  253. },
  254. {
  255. "path": "setting/xieyi",
  256. "style": {
  257. "navigationBarTitleText": "用户协议"
  258. }
  259. },
  260. {
  261. "path": "setting/about",
  262. "style": {
  263. "navigationBarTitleText": "关于我们"
  264. }
  265. },
  266. {
  267. "path": "setting/feedback",
  268. "style": {
  269. "navigationBarTitleText": "意见反馈"
  270. }
  271. },
  272. {
  273. "path": "integral/index",
  274. "style": {
  275. "navigationBarTitleText": "积分商城"
  276. }
  277. },
  278. {
  279. "path": "coupon/index",
  280. "style": {
  281. "navigationBarTitleText": "外卖优惠券"
  282. }
  283. },
  284. {
  285. "path": "integral/record",
  286. "style": {
  287. "navigationBarTitleText": "兑换记录"
  288. }
  289. },
  290. {
  291. "path": "integral/integralDet",
  292. "style": {
  293. "navigationBarTitleText": "积分明细"
  294. }
  295. },
  296. {
  297. "path": "apply/index",
  298. "style": {
  299. "navigationBarTitleText": "商家入驻"
  300. }
  301. },
  302. {
  303. "path": "shoppingCar/index",
  304. "style": {
  305. "navigationBarTitleText": "购物车"
  306. }
  307. },
  308. {
  309. "path": "setting/chat",
  310. "style": {
  311. "navigationBarTitleText": "联系客服"
  312. }
  313. },
  314. {
  315. "path": "hongbao/hongbao",
  316. "style": {
  317. "navigationBarTitleText": "跑腿红包"
  318. }
  319. },
  320. {
  321. "path": "tousu/index",
  322. "style": {
  323. "navigationBarTitleText": "我的投诉"
  324. }
  325. }, {
  326. "path": "tousu/detail",
  327. "style": {
  328. "navigationBarTitleText": "投诉详情"
  329. }
  330. },{
  331. "path": "guanggao/index",
  332. "style": {
  333. "navigationBarTitleText": ""
  334. }
  335. },
  336. {
  337. "path": "vip/index",
  338. "style": {
  339. "navigationBarTitleText": "超级会员"
  340. }
  341. },{
  342. "path": "vip/shop",
  343. "style": {
  344. "navigationBarTitleText": "会员商家"
  345. }
  346. }, {
  347. "path": "myPingJia/myPingJia",
  348. "style": {
  349. "navigationBarTitleText": "我的评价",
  350. "enablePullDownRefresh": false
  351. }
  352. }, {
  353. "path": "taocan/list",
  354. "style": {
  355. "navigationBarTitleText": "我的套餐"
  356. }
  357. },
  358. {
  359. "path": "web/web",
  360. "style": {
  361. "navigationBarTitleText": "",
  362. "navigationStyle": "custom"
  363. }
  364. },
  365. {
  366. "path": "qinglv/index",
  367. "style": {
  368. "navigationBarTitleText": "情侣专区",
  369. "navigationBarBackgroundColor": "#FFE9CA"
  370. }
  371. },
  372. {
  373. "path": "qinglv/xiang",
  374. "style": {
  375. "navigationBarTitleText": "套餐详情"
  376. }
  377. },
  378. {
  379. "path": "qinglv/orderX",
  380. "style": {
  381. "navigationBarTitleText": "订单详情"
  382. }
  383. },
  384. {
  385. "path": "detail/detail",
  386. "style": {
  387. "navigationBarTitleText": "可用商家"
  388. }
  389. }
  390. ]
  391. },
  392. {
  393. "root": "running",
  394. "pages": [{
  395. "path": "index/index",
  396. "style": {
  397. "navigationBarTitleText": "同城跑腿"
  398. }
  399. },
  400. {
  401. "path": "takeaddress/takeaddress",
  402. "style": {
  403. "navigationBarTitleText": "填写地址",
  404. "enablePullDownRefresh": false
  405. }
  406. },
  407. {
  408. "path": "closeaddress/closeaddress",
  409. "style": {
  410. "navigationStyle": "custom",
  411. "navigationBarTextStyle": "white"
  412. }
  413. },
  414. {
  415. "path": "Helpsend/Helpsend"
  416. },
  417. {
  418. "path": "Helppay/Helppay",
  419. "style": {
  420. "navigationBarTitleText": "帮我购买",
  421. "enablePullDownRefresh": false
  422. }
  423. },
  424. {
  425. "path": "Cityservice/Cityservice",
  426. "style": {
  427. "navigationBarTitleText": "同城服务",
  428. "enablePullDownRefresh": false
  429. }
  430. },
  431. {
  432. "path": "order/pay/pay",
  433. "style": {
  434. "navigationBarTitleText": "订单支付",
  435. "enablePullDownRefresh": false
  436. }
  437. }
  438. , {
  439. "path": "huodong/list",
  440. "style": {
  441. "navigationBarTitleText": "精选活动",
  442. "enablePullDownRefresh": false
  443. }
  444. }
  445. ]
  446. }
  447. ],
  448. "globalStyle": {
  449. "navigationBarTextStyle": "black",
  450. "navigationBarTitleText": "同城外卖",
  451. "navigationBarBackgroundColor": "#FFFFFF",
  452. "backgroundColor": "#FFFFFF"
  453. },
  454. "tabBar": {
  455. "color": "#999999",
  456. "selectedColor": "#558C83",
  457. "backgroundColor": "#FFFFFF",
  458. "borderStyle": "black",
  459. "list": [{
  460. "pagePath": "pages/index/index",
  461. "iconPath": "static/tabbar/index.png",
  462. "selectedIconPath": "static/tabbar/index_.png",
  463. "text": "首页"
  464. },
  465. {
  466. "pagePath": "pages/order/index",
  467. "iconPath": "static/tabbar/order.png",
  468. "selectedIconPath": "static/tabbar/order_.png",
  469. "text": "订单"
  470. },
  471. {
  472. "pagePath": "pages/my/index",
  473. "iconPath": "static/tabbar/my.png",
  474. "selectedIconPath": "static/tabbar/my_.png",
  475. "text": "我的"
  476. }
  477. ]
  478. }
  479. }