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.

43 lines
1.1 KiB

3 weeks ago
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/index/index",
  5. "pages/userInfo/userInfo",
  6. "pages/payment/payment",
  7. "pages/expense/expense"
  8. ],
  9. "window": {
  10. "navigationBarTextStyle": "black",
  11. "navigationBarTitleText": "随便写点啥",
  12. "navigationBarBackgroundColor": "#F8F8F8",
  13. "backgroundColor": "#F5F5F5"
  14. },
  15. "tabBar": {
  16. "color": "#666",
  17. "selectedColor": "#36bffa",
  18. "backgroundColor": "#fff",
  19. "borderStyle": "black",
  20. "list": [
  21. {
  22. "pagePath": "pages/index/index",
  23. "text": "首页",
  24. "iconPath": "/static/bar/爱莉1.jpg"
  25. },
  26. {
  27. "pagePath": "pages/payment/payment",
  28. "text": "缴费",
  29. "iconPath": "/static/bar/原始黄其振.jpg"
  30. },
  31. {
  32. "pagePath": "pages/expense/expense",
  33. "text": "支出",
  34. "iconPath": "/static/bar/无腿黄其振.jpg"
  35. },
  36. {
  37. "pagePath": "pages/userInfo/userInfo",
  38. "text": "我的",
  39. "iconPath": "/static/bar/证件照黄其振.jpg"
  40. }
  41. ]
  42. },
  43. "usingComponents": {}
  44. }