pages.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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. "path": "pages/my/sales/sales",
  94. "style": {
  95. "navigationBarTitleText": "销量管理"
  96. }
  97. }
  98. ],
  99. "subPackages": [{
  100. "root": "my",
  101. "pages": [{
  102. "path": "publish/index",
  103. "style": {
  104. "navigationBarTitleText": "商家入驻"
  105. }
  106. }, {
  107. "path": "publish/guigeitem",
  108. "style": {
  109. "navigationBarTextStyle": "black",
  110. "navigationBarTitleText": "商品属性",
  111. "enablePullDownRefresh": false
  112. }
  113. },
  114. {
  115. "path": "store/index",
  116. "style": {
  117. "navigationBarTitleText": "店铺管理"
  118. }
  119. }, {
  120. "path": "store/addgood",
  121. "style": {
  122. "navigationBarTitleText": "商品管理"
  123. }
  124. }, {
  125. "path": "store/pingjia",
  126. "style": {
  127. "navigationBarTitleText": "店铺评价"
  128. }
  129. }, {
  130. "path": "publish/goods",
  131. "style": {
  132. "navigationBarTitleText": "商品发布"
  133. }
  134. }, {
  135. "path": "store/goodDetail",
  136. "style": {
  137. "navigationBarTitleText": "商品详情"
  138. }
  139. }, {
  140. "path": "store/guige",
  141. "style": {
  142. "navigationBarTitleText": "商品规格"
  143. }
  144. }, {
  145. "path": "store/fenlei",
  146. "style": {
  147. "navigationBarTitleText": "分类管理"
  148. }
  149. }, {
  150. "path": "store/editor",
  151. "style": {
  152. "navigationBarTitleText": "规格编辑"
  153. }
  154. }, {
  155. "path": "other/money",
  156. "style": {
  157. "navigationBarTitleText": "保证金"
  158. }
  159. }, {
  160. "path": "other/detail",
  161. "style": {
  162. "navigationBarTitleText": "投诉详情"
  163. }
  164. }, {
  165. "path": "other/set",
  166. "style": {
  167. "navigationBarTitleText": "系统设置"
  168. }
  169. }, {
  170. "path": "other/xieyi",
  171. "style": {
  172. "navigationBarTitleText": "用户协议"
  173. }
  174. }, {
  175. "path": "other/mimi",
  176. "style": {
  177. "navigationBarTitleText": "隐私政策"
  178. }
  179. }, {
  180. "path": "other/help",
  181. "style": {
  182. "navigationBarTitleText": "帮助中心"
  183. }
  184. }, {
  185. "path": "other/helpDet",
  186. "style": {
  187. "navigationBarTitleText": "帮助中心"
  188. }
  189. }, {
  190. "path": "other/tousu",
  191. "style": {
  192. "navigationBarTitleText": "我的投诉"
  193. }
  194. }, {
  195. "path": "other/moneylist",
  196. "style": {
  197. "navigationBarTitleText": "保证金明细"
  198. }
  199. }, {
  200. "path": "other/customer",
  201. "style": {
  202. "navigationBarTitleText": "联系客服"
  203. }
  204. }, {
  205. "path": "other/about",
  206. "style": {
  207. "navigationBarTitleText": "关于我们"
  208. }
  209. }, {
  210. "path": "feedback/index",
  211. "style": {
  212. "navigationBarTitleText": "意见反馈"
  213. }
  214. }, {
  215. "path": "other/wallet",
  216. "style": {
  217. "navigationBarTitleText": "我的钱包"
  218. }
  219. },
  220. // {
  221. // "path": "other/zhifubao",
  222. // "style": {
  223. // "navigationBarTitleText": "提现账号"
  224. // }
  225. // },
  226. {
  227. "path": "other/cashList",
  228. "style": {
  229. "navigationBarTitleText": "钱包明细",
  230. "enablePullDownRefresh": true
  231. }
  232. }, {
  233. "path": "other/moneydetail",
  234. "style": {
  235. "navigationBarTitleText": "提现记录"
  236. }
  237. }, {
  238. "path": "other/cashDetail",
  239. "style": {
  240. "navigationBarTitleText": "提现"
  241. }
  242. }, {
  243. "path": "store/huodong",
  244. "style": {
  245. "navigationBarTitleText": "精选活动",
  246. "enablePullDownRefresh": true
  247. }
  248. }, {
  249. "path": "store/join_huodong",
  250. "style": {
  251. "navigationBarTitleText": "加入活动",
  252. "enablePullDownRefresh": true
  253. }
  254. }, {
  255. "path": "store/select_shang",
  256. "style": {
  257. "navigationBarTitleText": "选择商品",
  258. "enablePullDownRefresh": true
  259. }
  260. }, {
  261. "path": "store/yixuan_shang",
  262. "style": {
  263. "navigationBarTitleText": "已选商品",
  264. "enablePullDownRefresh": true
  265. }
  266. }, {
  267. "path": "store/hdInfo",
  268. "style": {
  269. "navigationBarTitleText": "活动详情",
  270. "enablePullDownRefresh": false
  271. }
  272. }, {
  273. "path": "yhq/yhq",
  274. "style": {
  275. "navigationBarTitleText": "店铺优惠券",
  276. "enablePullDownRefresh": true
  277. }
  278. }, {
  279. "path": "yhq/add",
  280. "style": {
  281. "navigationBarTitleText": "添加优惠券",
  282. "enablePullDownRefresh": false
  283. }
  284. }, {
  285. "path": "yhq/edit",
  286. "style": {
  287. "navigationBarTitleText": "修改优惠券",
  288. "enablePullDownRefresh": false
  289. }
  290. },
  291. {
  292. "path": "print/print",
  293. "style": {
  294. "navigationBarTitleText": "打印机配置",
  295. "enablePullDownRefresh": false
  296. }
  297. },
  298. {
  299. "path": "print/preview",
  300. "style": {
  301. "navigationBarTitleText": "预览",
  302. "enablePullDownRefresh": false
  303. }
  304. }
  305. ]
  306. }],
  307. "tabBar": {
  308. "color": "#666666",
  309. "selectedColor": "#FF8D1A",
  310. "borderStyle": "black",
  311. "backgroundColor": "#ffffff",
  312. "list": [{
  313. "pagePath": "pages/index/index",
  314. "iconPath": "static/images/tabbar/index.png",
  315. "selectedIconPath": "static/images/tabbar/index_.png",
  316. "text": "首页"
  317. },
  318. {
  319. "pagePath": "pages/order/index",
  320. "iconPath": "static/images/tabbar/order.png",
  321. "selectedIconPath": "static/images/tabbar/order_.png",
  322. "text": "订单"
  323. },
  324. {
  325. "pagePath": "pages/my/index",
  326. "iconPath": "static/images/tabbar/my.png",
  327. "selectedIconPath": "static/images/tabbar/my_.png",
  328. "text": "我的"
  329. }
  330. ]
  331. },
  332. "globalStyle": {
  333. "navigationBarTextStyle": "black",
  334. "navigationBarTitleText": "同城外卖",
  335. "navigationBarBackgroundColor": "#FFFFFF",
  336. "backgroundColor": "#FFFFFF"
  337. }
  338. }