pages.json 8.8 KB

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