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.

83 lines
1.7 KiB

4 weeks ago
3 weeks ago
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  6. }
  7. },
  8. "pages": [{
  9. "path": "pages/login/login",
  10. "style": {
  11. "navigationBarTitleText": "登录",
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/index/index",
  17. "style": {
  18. "navigationBarTitleText": "首页",
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/userInfo/userInfo",
  24. "style": {
  25. "navigationBarTitleText": "个人信息",
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/payment/payment",
  31. "style": {
  32. "navigationBarTitleText": "缴费记录",
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/expense/expense",
  38. "style": {
  39. "navigationBarTitleText": "支出记录",
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "pages/testInterface/testInterface",
  45. "style": {
  46. "navigationBarTitleText": "金币明细",
  47. "navigationStyle": "custom"
  48. }
  49. }
  50. ],
  51. "globalStyle": {
  52. "navigationBarTextStyle": "black",
  53. "navigationBarTitleText": "随便写点啥",
  54. "navigationBarBackgroundColor": "#F8F8F8",
  55. "backgroundColor": "#F5F5F5"
  56. },
  57. "tabBar": {
  58. "color": "#666",
  59. "selectedColor": "#36bffa",
  60. "backgroundColor": "#fff",
  61. "borderStyle": "black",
  62. "list": [{
  63. "pagePath": "pages/index/index",
  64. "text": "首页",
  65. "iconPath": "/static/bar/爱莉1.jpg"
  66. },
  67. {
  68. "pagePath": "pages/payment/payment",
  69. "text": "缴费",
  70. "iconPath": "/static/bar/原始黄其振.jpg"
  71. },
  72. {
  73. "pagePath": "pages/expense/expense",
  74. "text": "支出",
  75. "iconPath": "/static/bar/无腿黄其振.jpg"
  76. },
  77. {
  78. "pagePath": "pages/userInfo/userInfo",
  79. "text": "我的",
  80. "iconPath": "/static/bar/证件照黄其振.jpg"
  81. }
  82. ]
  83. }
  84. }