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

42 lines
1.1 KiB

  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. ],
  10. "window": {
  11. "navigationBarTextStyle": "black",
  12. "navigationBarTitleText": "uni-app x",
  13. "navigationBarBackgroundColor": "#F8F8F8",
  14. "backgroundColor": "#F8F8F8"
  15. },
  16. "tabBar": {
  17. "color": "#7A7E83",
  18. "selectedColor": "#3cc51f",
  19. "borderStyle": "black",
  20. "backgroundColor": "#ffffff",
  21. "list": [
  22. {
  23. "pagePath": "pages/home/home",
  24. "iconPath": "/static/image/11.png",
  25. "selectedIconPath": "/static/image/路径 3909.png",
  26. "text": "首页"
  27. },
  28. {
  29. "pagePath": "pages/index/dingdan",
  30. "iconPath": "/static/image/路径 4016_1.png",
  31. "selectedIconPath": "/static/image/路径 4016.png",
  32. "text": "订单"
  33. },
  34. {
  35. "pagePath": "pages/index/wode",
  36. "iconPath": "/static/image/路径 3917.png",
  37. "selectedIconPath": "/static/image/路径 24.png",
  38. "text": "我的"
  39. }
  40. ]
  41. },
  42. "usingComponents": {}
  43. }