pages.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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. }
  11. },
  12. {
  13. "path": "pages/order/index",
  14. "style": {
  15. "navigationBarTitleText": "订单中心"
  16. }
  17. },
  18. {
  19. "path": "pages/order/orderDet",
  20. "style": {
  21. "navigationBarTitleText": "订单详情"
  22. }
  23. },
  24. {
  25. "path": "pages/order/orderMap",
  26. "style": {
  27. "navigationBarTitleText": "骑手位置"
  28. }
  29. },
  30. {
  31. "path": "pages/my/index",
  32. "style": {
  33. "navigationBarTitleText": "我的"
  34. }
  35. },
  36. {
  37. "path": "pages/my/chat",
  38. "style": {
  39. "navigationBarTitleText": "联系客服"
  40. }
  41. }, {
  42. "path": "pages/my/liaotian",
  43. "style": {
  44. "navigationBarTitleText": "聊天中心"
  45. }
  46. },
  47. {
  48. "path": "pages/my/im",
  49. "style": {
  50. "navigationBarTitleText": "聊天室"
  51. }
  52. },
  53. {
  54. "path": "pages/my/earnings",
  55. "style": {
  56. "navigationBarTitleText": "收益统计"
  57. }
  58. },
  59. {
  60. "path": "pages/my/comments",
  61. "style": {
  62. "navigationBarTitleText": "投诉"
  63. }
  64. },
  65. {
  66. "path": "pages/my/userinfo",
  67. "style": {
  68. "navigationBarTitleText": "用户信息"
  69. }
  70. }, {
  71. "path": "pages/my/pwd",
  72. "style": {
  73. "navigationBarTitleText": "修改密码"
  74. }
  75. }, {
  76. "path": "pages/my/forgetPwd",
  77. "style": {
  78. "navigationBarTitleText": "忘记密码"
  79. }
  80. }, {
  81. "path": "pages/my/phoneSettled",
  82. "style": {
  83. "navigationBarTitleText": "商户信息修改"
  84. }
  85. },
  86. {
  87. "path": "pages/my/loginphone",
  88. "style": {
  89. "navigationBarTitleText": "登录"
  90. }
  91. }
  92. ],
  93. "subPackages": [{
  94. "root": "my",
  95. "pages": [{
  96. "path": "publish/index",
  97. "style": {
  98. "navigationBarTitleText": "商家入驻"
  99. }
  100. }, {
  101. "path": "publish/guigeitem",
  102. "style": {
  103. "navigationBarTextStyle": "black",
  104. "navigationBarTitleText": "商品属性",
  105. "enablePullDownRefresh": false
  106. }
  107. },
  108. {
  109. "path": "store/index",
  110. "style": {
  111. "navigationBarTitleText": "店铺管理"
  112. }
  113. }, {
  114. "path": "store/addgood",
  115. "style": {
  116. "navigationBarTitleText": "商品管理"
  117. }
  118. }, {
  119. "path": "store/pingjia",
  120. "style": {
  121. "navigationBarTitleText": "店铺评价"
  122. }
  123. }, {
  124. "path": "publish/goods",
  125. "style": {
  126. "navigationBarTitleText": "商品发布"
  127. }
  128. }, {
  129. "path": "store/goodDetail",
  130. "style": {
  131. "navigationBarTitleText": "商品详情"
  132. }
  133. }, {
  134. "path": "store/guige",
  135. "style": {
  136. "navigationBarTitleText": "商品规格"
  137. }
  138. }, {
  139. "path": "store/fenlei",
  140. "style": {
  141. "navigationBarTitleText": "分类管理"
  142. }
  143. }, {
  144. "path": "store/editor",
  145. "style": {
  146. "navigationBarTitleText": "规格编辑"
  147. }
  148. }, {
  149. "path": "other/money",
  150. "style": {
  151. "navigationBarTitleText": "保证金"
  152. }
  153. }, {
  154. "path": "other/detail",
  155. "style": {
  156. "navigationBarTitleText": "投诉详情"
  157. }
  158. },{
  159. "path": "other/set",
  160. "style": {
  161. "navigationBarTitleText": "系统设置"
  162. }
  163. }, {
  164. "path": "other/xieyi",
  165. "style": {
  166. "navigationBarTitleText": "用户协议"
  167. }
  168. }, {
  169. "path": "other/mimi",
  170. "style": {
  171. "navigationBarTitleText": "隐私政策"
  172. }
  173. }, {
  174. "path": "other/help",
  175. "style": {
  176. "navigationBarTitleText": "帮助中心"
  177. }
  178. }, {
  179. "path": "other/helpDet",
  180. "style": {
  181. "navigationBarTitleText": "帮助中心"
  182. }
  183. }, {
  184. "path": "other/tousu",
  185. "style": {
  186. "navigationBarTitleText": "我的投诉"
  187. }
  188. }, {
  189. "path": "other/moneylist",
  190. "style": {
  191. "navigationBarTitleText": "保证金明细"
  192. }
  193. }, {
  194. "path": "other/customer",
  195. "style": {
  196. "navigationBarTitleText": "联系客服"
  197. }
  198. }, {
  199. "path": "other/about",
  200. "style": {
  201. "navigationBarTitleText": "关于我们"
  202. }
  203. }, {
  204. "path": "feedback/index",
  205. "style": {
  206. "navigationBarTitleText": "意见反馈"
  207. }
  208. }, {
  209. "path": "other/wallet",
  210. "style": {
  211. "navigationBarTitleText": "我的钱包"
  212. }
  213. },
  214. // {
  215. // "path": "other/zhifubao",
  216. // "style": {
  217. // "navigationBarTitleText": "提现账号"
  218. // }
  219. // },
  220. {
  221. "path": "other/cashList",
  222. "style": {
  223. "navigationBarTitleText": "钱包明细",
  224. "enablePullDownRefresh": true
  225. }
  226. }, {
  227. "path": "other/moneydetail",
  228. "style": {
  229. "navigationBarTitleText": "提现记录"
  230. }
  231. }, {
  232. "path": "other/cashDetail",
  233. "style": {
  234. "navigationBarTitleText": "提现"
  235. }
  236. }
  237. ,{
  238. "path" : "store/huodong",
  239. "style" :
  240. {
  241. "navigationBarTitleText": "精选活动",
  242. "enablePullDownRefresh": true
  243. }
  244. }
  245. ,{
  246. "path" : "store/hdInfo",
  247. "style" :
  248. {
  249. "navigationBarTitleText": "活动详情",
  250. "enablePullDownRefresh": false
  251. }
  252. }
  253. ,{
  254. "path" : "yhq/yhq",
  255. "style" :
  256. {
  257. "navigationBarTitleText": "店铺优惠券",
  258. "enablePullDownRefresh": true
  259. }
  260. }
  261. ,{
  262. "path" : "yhq/add",
  263. "style" :
  264. {
  265. "navigationBarTitleText": "添加优惠券",
  266. "enablePullDownRefresh": false
  267. }
  268. }
  269. ,{
  270. "path" : "yhq/edit",
  271. "style" :
  272. {
  273. "navigationBarTitleText": "修改优惠券",
  274. "enablePullDownRefresh": false
  275. }
  276. }
  277. ]
  278. }],
  279. "tabBar": {
  280. "color": "#666666",
  281. "selectedColor": "#FF8D1A",
  282. "borderStyle": "black",
  283. "backgroundColor": "#ffffff",
  284. "list": [{
  285. "pagePath": "pages/index/index",
  286. "iconPath": "static/images/tabbar/index.png",
  287. "selectedIconPath": "static/images/tabbar/index_.png",
  288. "text": "首页"
  289. },
  290. {
  291. "pagePath": "pages/order/index",
  292. "iconPath": "static/images/tabbar/order.png",
  293. "selectedIconPath": "static/images/tabbar/order_.png",
  294. "text": "订单"
  295. },
  296. {
  297. "pagePath": "pages/my/index",
  298. "iconPath": "static/images/tabbar/my.png",
  299. "selectedIconPath": "static/images/tabbar/my_.png",
  300. "text": "我的"
  301. }
  302. ]
  303. },
  304. "globalStyle": {
  305. "navigationBarTextStyle": "black",
  306. "navigationBarTitleText": "同城外卖",
  307. "navigationBarBackgroundColor": "#FFFFFF",
  308. "backgroundColor": "#FFFFFF"
  309. }
  310. }