pages.json 9.1 KB

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