pages.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  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. "path": "other/zhifubao",
  215. "style": {
  216. "navigationBarTitleText": "提现账号"
  217. }
  218. }, {
  219. "path": "other/cashList",
  220. "style": {
  221. "navigationBarTitleText": "钱包明细",
  222. "enablePullDownRefresh": true
  223. }
  224. }, {
  225. "path": "other/moneydetail",
  226. "style": {
  227. "navigationBarTitleText": "提现记录"
  228. }
  229. }, {
  230. "path": "other/cashDetail",
  231. "style": {
  232. "navigationBarTitleText": "提现"
  233. }
  234. }
  235. ,{
  236. "path" : "store/huodong",
  237. "style" :
  238. {
  239. "navigationBarTitleText": "精选活动",
  240. "enablePullDownRefresh": true
  241. }
  242. }
  243. ,{
  244. "path" : "store/hdInfo",
  245. "style" :
  246. {
  247. "navigationBarTitleText": "活动详情",
  248. "enablePullDownRefresh": false
  249. }
  250. }
  251. ,{
  252. "path" : "yhq/yhq",
  253. "style" :
  254. {
  255. "navigationBarTitleText": "店铺优惠券",
  256. "enablePullDownRefresh": true
  257. }
  258. }
  259. ,{
  260. "path" : "yhq/add",
  261. "style" :
  262. {
  263. "navigationBarTitleText": "添加优惠券",
  264. "enablePullDownRefresh": false
  265. }
  266. }
  267. ,{
  268. "path" : "yhq/edit",
  269. "style" :
  270. {
  271. "navigationBarTitleText": "修改优惠券",
  272. "enablePullDownRefresh": false
  273. }
  274. }
  275. ]
  276. }],
  277. "tabBar": {
  278. "color": "#666666",
  279. "selectedColor": "#FF8D1A",
  280. "borderStyle": "black",
  281. "backgroundColor": "#ffffff",
  282. "list": [{
  283. "pagePath": "pages/index/index",
  284. "iconPath": "static/images/tabbar/index.png",
  285. "selectedIconPath": "static/images/tabbar/index_.png",
  286. "text": "首页"
  287. },
  288. {
  289. "pagePath": "pages/order/index",
  290. "iconPath": "static/images/tabbar/order.png",
  291. "selectedIconPath": "static/images/tabbar/order_.png",
  292. "text": "订单"
  293. },
  294. {
  295. "pagePath": "pages/my/index",
  296. "iconPath": "static/images/tabbar/my.png",
  297. "selectedIconPath": "static/images/tabbar/my_.png",
  298. "text": "我的"
  299. }
  300. ]
  301. },
  302. "globalStyle": {
  303. "navigationBarTextStyle": "black",
  304. "navigationBarTitleText": "同城外卖",
  305. "navigationBarBackgroundColor": "#FFFFFF",
  306. "backgroundColor": "#FFFFFF"
  307. }
  308. }