合同小程序前端代码仓库
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.

50 lines
1.3 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "pages": [
  3. "pages/index/login",
  4. "pages/home/home",
  5. "pages/index/wode",
  6. "pages/views/dingDanCreate",
  7. "pages/index/dingdan",
  8. "pages/index/PayPal",
  9. "pages/index/PayPal_pinpai",
  10. "pages/index/PayPal_xq",
  11. "pages/views/carOne",
  12. "pages/views/carTwo",
  13. "pages/views/car",
  14. "pages/views/carFinal"
  15. ],
  16. "window": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarTitleText": "uni-app x",
  19. "navigationBarBackgroundColor": "#F8F8F8",
  20. "backgroundColor": "#F8F8F8"
  21. },
  22. "tabBar": {
  23. "color": "#000000",
  24. "selectedColor": "#000000",
  25. "borderStyle": "black",
  26. "backgroundColor": "#ffffff",
  27. "list": [
  28. {
  29. "pagePath": "pages/home/home",
  30. "iconPath": "/static/image/11.png",
  31. "selectedIconPath": "/static/image/路径 3909.png",
  32. "text": "首页"
  33. },
  34. {
  35. "pagePath": "pages/index/dingdan",
  36. "iconPath": "/static/image/路径 4016_1.png",
  37. "selectedIconPath": "/static/image/路径 4016.png",
  38. "enablePullDownRefresh": true,
  39. "text": "订单"
  40. },
  41. {
  42. "pagePath": "pages/index/wode",
  43. "iconPath": "/static/image/路径 3917.png",
  44. "selectedIconPath": "/static/image/路径 24.png",
  45. "text": "我的"
  46. }
  47. ]
  48. },
  49. "permission": {},
  50. "usingComponents": {}
  51. }