pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. {
  2. "tabBar": {
  3. "color": "#000000",
  4. "selectedColor": "#ff0000",
  5. "borderStyle": "black",
  6. "backgroundColor": "#ffffff",
  7. "fontSize":"30rpx",
  8. "list": [{
  9. "pagePath": "pages/index/index",
  10. "iconPath": "static/tabbar/home.png",
  11. "selectedIconPath": "static/tabbar/home-active.png",
  12. "text": "首页"
  13. }, {
  14. "pagePath": "pages/category/index",
  15. "iconPath": "static/tabbar/cart.png",
  16. "selectedIconPath": "static/tabbar/cart-active.png",
  17. "text": "点单"
  18. }, {
  19. "pagePath": "pages/order/index",
  20. "iconPath": "static/tabbar/shop.png",
  21. "selectedIconPath": "static/tabbar/shop-active.png",
  22. "text": "订单"
  23. },{
  24. "pagePath": "pages/user/index",
  25. "iconPath": "static/tabbar/user.png",
  26. "selectedIconPath": "static/tabbar/user-active.png",
  27. "text": "我的"
  28. }]
  29. },
  30. "pages": [
  31. {
  32. "path": "pages/index/index",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "enablePullDownRefresh": true
  36. }
  37. },
  38. {
  39. "path": "pages/category/index",
  40. "style": {
  41. "navigationBarTitleText": "点单",
  42. "navigationBarBackgroundColor": "#113a28",
  43. "navigationBarTextStyle": "white"
  44. }
  45. },
  46. {
  47. "path": "pages/cart/index",
  48. "style": {
  49. "navigationBarTitleText": "结算确认",
  50. "enablePullDownRefresh": true
  51. }
  52. },
  53. {
  54. "path": "pages/user/index",
  55. "style": {
  56. "navigationBarTitleText": "会员中心",
  57. "enablePullDownRefresh": true
  58. }
  59. },
  60. {
  61. "path": "pages/user/setting",
  62. "style": {
  63. "navigationBarTitleText": "个人信息"
  64. }
  65. },
  66. {
  67. "path": "pages/user/code",
  68. "style": {
  69. "navigationBarTitleText": "我的会员码"
  70. }
  71. },
  72. {
  73. "path": "pages/user/card",
  74. "style": {
  75. "navigationBarTitleText": "领取会员卡"
  76. }
  77. },
  78. {
  79. "path": "pages/user/password",
  80. "style": {
  81. "navigationBarTitleText": "我的密码"
  82. }
  83. },
  84. {
  85. "path": "pages/user/mobile",
  86. "style": {
  87. "navigationBarTitleText": "修改手机号"
  88. }
  89. },
  90. {
  91. "path": "pages/custom/index",
  92. "style": {
  93. "enablePullDownRefresh": true
  94. }
  95. },
  96. {
  97. "path": "pages/search/index",
  98. "style": {
  99. "navigationBarTitleText": "商品搜索"
  100. }
  101. },
  102. {
  103. "path": "pages/location/index",
  104. "style": {
  105. "navigationBarTitleText": "切换店铺"
  106. }
  107. },
  108. {
  109. "path": "pages/login/index",
  110. "style": {
  111. "navigationBarTitleText": "会员登录"
  112. }
  113. },
  114. {
  115. "path": "pages/login/auth",
  116. "style": {
  117. "navigationBarTitleText": "授权登录"
  118. }
  119. },
  120. {
  121. "path": "pages/help/index",
  122. "style": {
  123. "navigationBarTitleText": "帮助中心"
  124. }
  125. },
  126. {
  127. "path": "pages/coupon/list",
  128. "style": {
  129. "navigationBarTitleText": "领券中心"
  130. }
  131. },
  132. {
  133. "path": "pages/coupon/detail",
  134. "style": {
  135. "navigationBarTitleText": "优惠券详情"
  136. }
  137. },
  138. {
  139. "path": "pages/timer/detail",
  140. "style": {
  141. "navigationBarTitleText": "计次卡详情",
  142. "enablePullDownRefresh": true
  143. }
  144. },
  145. {
  146. "path": "pages/prestore/buy",
  147. "style": {
  148. "navigationBarTitleText": "购买储值卡",
  149. "enablePullDownRefresh": true
  150. }
  151. },
  152. {
  153. "path": "pages/prestore/detail",
  154. "style": {
  155. "navigationBarTitleText": "储值卡详情",
  156. "enablePullDownRefresh": true
  157. }
  158. },
  159. {
  160. "path": "pages/confirm/doConfirm",
  161. "style": {
  162. "navigationBarTitleText": "核销确认"
  163. }
  164. },
  165. {
  166. "path": "pages/confirm/result",
  167. "style": {
  168. "navigationBarTitleText": "核销结果"
  169. }
  170. },
  171. {
  172. "path": "pages/goods/list",
  173. "style": {
  174. "navigationBarTitleText": "商品列表",
  175. "enablePullDownRefresh": true
  176. }
  177. },
  178. {
  179. "path": "pages/goods/detail",
  180. "style": {
  181. "navigationBarTitleText": "商品详情"
  182. }
  183. },
  184. {
  185. "path": "pages/my-coupon/index",
  186. "style": {
  187. "navigationBarTitleText": "我的卡券",
  188. "enablePullDownRefresh": true
  189. }
  190. },
  191. {
  192. "path": "pages/address/index",
  193. "style": {
  194. "navigationBarTitleText": "收货地址"
  195. }
  196. },
  197. {
  198. "path": "pages/address/create",
  199. "style": {
  200. "navigationBarTitleText": "新增收货地址"
  201. }
  202. },
  203. {
  204. "path": "pages/address/update",
  205. "style": {
  206. "navigationBarTitleText": "编辑收货地址"
  207. }
  208. },
  209. {
  210. "path": "pages/points/detail",
  211. "style": {
  212. "navigationBarTitleText": "积分明细"
  213. }
  214. },
  215. {
  216. "path": "pages/points/gift",
  217. "style": {
  218. "navigationBarTitleText": "积分转赠"
  219. }
  220. },
  221. {
  222. "path": "pages/give/index",
  223. "style": {
  224. "navigationBarTitleText": "转赠记录"
  225. }
  226. },
  227. {
  228. "path": "pages/wallet/index",
  229. "style": {
  230. "navigationBarTitleText": "我的余额"
  231. }
  232. },
  233. {
  234. "path": "pages/wallet/recharge/index",
  235. "style": {
  236. "navigationBarTitleText": "我要充值"
  237. }
  238. },
  239. {
  240. "path": "pages/wallet/recharge/order",
  241. "style": {
  242. "navigationBarTitleText": "充值记录"
  243. }
  244. },
  245. {
  246. "path": "pages/wallet/balance/log",
  247. "style": {
  248. "navigationBarTitleText": "账单详情"
  249. }
  250. },
  251. {
  252. "path": "pages/settlement/index",
  253. "style": {
  254. "navigationBarTitleText": "结算中心"
  255. }
  256. },
  257. {
  258. "path": "pages/settlement/goods",
  259. "style": {
  260. "navigationBarTitleText": "订单确认",
  261. "enablePullDownRefresh": true
  262. }
  263. },
  264. {
  265. "path": "pages/order/index",
  266. "style": {
  267. "navigationBarTitleText": "我的订单",
  268. "enablePullDownRefresh": true
  269. }
  270. },
  271. {
  272. "path": "pages/order/detail",
  273. "style": {
  274. "navigationBarTitleText": "订单详情",
  275. "navigationBarTextStyle": "white",
  276. "navigationBarBackgroundColor": "#113a28"
  277. }
  278. },
  279. {
  280. "path": "pages/order/result",
  281. "style": {
  282. "navigationBarTitleText": "支付结果"
  283. }
  284. },
  285. {
  286. "path": "pages/refund/index",
  287. "style": {
  288. "navigationBarTitleText": "退换/售后"
  289. }
  290. },
  291. {
  292. "path": "pages/refund/detail",
  293. "style": {
  294. "navigationBarTitleText": "售后详情"
  295. }
  296. },
  297. {
  298. "path": "pages/refund/apply",
  299. "style": {
  300. "navigationBarTitleText": "申请售后"
  301. }
  302. },
  303. {
  304. "path": "pages/pay/index",
  305. "style": {
  306. "navigationBarTitleText": "向商家付款"
  307. }
  308. },
  309. {
  310. "path": "pages/pay/result",
  311. "style": {
  312. "navigationBarTitleText": "支付结果"
  313. }
  314. },
  315. {
  316. "path": "pages/merchant/index",
  317. "style": {
  318. "navigationBarTitleText": "商家管理"
  319. }
  320. },
  321. {
  322. "path": "pages/pay/cashier",
  323. "style": {
  324. "navigationBarTitleText": "扫码收款"
  325. }
  326. },
  327. {
  328. "path": "pages/merchant/member/index",
  329. "style": {
  330. "navigationBarTitleText": "会员列表"
  331. }
  332. },
  333. {
  334. "path": "pages/merchant/order/index",
  335. "style": {
  336. "navigationBarTitleText": "订单列表"
  337. }
  338. },
  339. {
  340. "path": "pages/article/index",
  341. "style": {
  342. "navigationBarTitleText": "文章列表"
  343. }
  344. },
  345. {
  346. "path": "pages/article/detail",
  347. "style": {
  348. "navigationBarTitleText": "文章详情"
  349. }
  350. },
  351. {
  352. "path": "pages/coupon/receive",
  353. "style": {
  354. "navigationBarTitleText": "卡券兑换"
  355. }
  356. },
  357. {
  358. "path": "pages/share/index",
  359. "style": {
  360. "navigationBarTitleText": "邀请有礼"
  361. }
  362. },
  363. {
  364. "path": "pages/book/index",
  365. "style": {
  366. "navigationBarTitleText": "预约项目"
  367. }
  368. },
  369. {
  370. "path": "pages/book/detail",
  371. "style": {
  372. "navigationBarTitleText": "预约详情"
  373. }
  374. },
  375. {
  376. "path": "pages/book/submit",
  377. "style": {
  378. "navigationBarTitleText": "预约提交"
  379. }
  380. },
  381. {
  382. "path": "pages/book/my",
  383. "style": {
  384. "navigationBarTitleText": "我的预约"
  385. }
  386. },
  387. {
  388. "path": "pages/book/bookDetail",
  389. "style": {
  390. "navigationBarTitleText": "预约详情"
  391. }
  392. }
  393. ],
  394. "globalStyle": {
  395. "navigationBarBackgroundColor": "#ffffff",
  396. "navigationBarTitleText": "",
  397. "navigationBarTextStyle": "black",
  398. "backgroundTextStyle": "dark"
  399. },
  400. "easycom": {
  401. "autoscan": true,
  402. "custom": {
  403. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  404. }
  405. }
  406. }