加油站付款小程序,打印小票
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.0 KiB

11 months ago
11 months ago
11 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/payment/payment",
  4. "style": {
  5. "navigationBarTitleText": "支付"
  6. }
  7. }, {
  8. "path": "pages/center/center",
  9. "style": {
  10. "navigationBarTitleText": "个人中心"
  11. }
  12. }, {
  13. "path": "pages/weddingCelebration/weddingCelebration",
  14. "style": {
  15. "navigationBarTitleText": "婚庆服务"
  16. }
  17. }, {
  18. "path": "pages/login/login",
  19. "style": {
  20. "navigationBarTitleText": "登录"
  21. }
  22. }],
  23. "globalStyle": {
  24. "navigationBarTextStyle": "black",
  25. "navigationBarTitleText": "uni-app",
  26. "navigationBarBackgroundColor": "#F8F8F8",
  27. "backgroundColor": "#F8F8F8",
  28. "navigationStyle": "custom"
  29. },
  30. "tabBar": {
  31. "backgroundColor": "white",
  32. "selectedColor": "#33a5fc",
  33. "list": [{
  34. "pagePath": "pages/payment/payment",
  35. "iconPath": "static/tabbar/1.png",
  36. "selectedIconPath": "static/tabbar/2.png",
  37. "text": "加油"
  38. }, {
  39. "pagePath": "pages/center/center",
  40. "iconPath": "static/tabbar/3.png",
  41. "selectedIconPath": "static/tabbar/4.png",
  42. "text": "个人中心"
  43. }]
  44. },
  45. "uniIdRouter": {}
  46. }