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.

73 lines
1.7 KiB

4 weeks ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "首页",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/userInfo/userInfo",
  19. "style": {
  20. "navigationBarTitleText": "个人信息",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/payment/payment",
  26. "style": {
  27. "navigationBarTitleText": "缴费记录",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/expense/expense",
  33. "style": {
  34. "navigationBarTitleText": "支出记录",
  35. "navigationStyle": "custom"
  36. }
  37. }
  38. ],
  39. "globalStyle": {
  40. "navigationBarTextStyle": "black",
  41. "navigationBarTitleText": "随便写点啥",
  42. "navigationBarBackgroundColor": "#F8F8F8",
  43. "backgroundColor": "#F5F5F5"
  44. },
  45. "tabBar": {
  46. "color": "#666",
  47. "selectedColor": "#36bffa",
  48. "backgroundColor": "#fff",
  49. "borderStyle": "black",
  50. "list": [
  51. {
  52. "pagePath": "pages/index/index",
  53. "text": "首页",
  54. "iconPath":"/static/bar/赵文康竖中指.jpg"
  55. },
  56. {
  57. "pagePath": "pages/payment/payment",
  58. "text": "缴费",
  59. "iconPath": "/static/bar/原始黄其振.jpg"
  60. },
  61. {
  62. "pagePath": "pages/expense/expense",
  63. "text": "支出",
  64. "iconPath": "/static/bar/无腿黄其振.jpg"
  65. },
  66. {
  67. "pagePath": "pages/userInfo/userInfo",
  68. "text": "我的",
  69. "iconPath": "/static/bar/证件照黄其振.jpg"
  70. }
  71. ]
  72. }
  73. }