艺易修小程序24.08.21
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.

54 lines
1.1 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/login/login",
  4. "style": {
  5. "navigationBarTitleText": "登录"
  6. }
  7. }, {
  8. "path": "pages/repair/repair",
  9. "style": {
  10. "navigationBarTitleText": "报修"
  11. }
  12. },
  13. {
  14. "path": "pages/repairList/repairList",
  15. "style": {
  16. "navigationBarTitleText": "记录"
  17. }
  18. },
  19. {
  20. "path": "pages/reject/reject",
  21. "style": {
  22. "navigationBarTitleText": "驳回"
  23. }
  24. },
  25. {
  26. "path": "pages/finish/finish",
  27. "style": {
  28. "navigationBarTitleText": "结单"
  29. }
  30. }
  31. ],
  32. "globalStyle": {
  33. "navigationBarTextStyle": "black",
  34. "navigationBarTitleText": "",
  35. "navigationBarBackgroundColor": "#F8F8F8",
  36. "backgroundColor": "#F8F8F8",
  37. "navigationStyle": "custom"
  38. },
  39. "tabBar": {
  40. "backgroundColor": "white",
  41. "selectedColor": "#3c9cff",
  42. "list": [{
  43. "selectedIconPath": "/static/bar/2.png",
  44. "iconPath": "/static/bar/1.png",
  45. "pagePath": "pages/repair/repair",
  46. "text": "报修"
  47. }, {
  48. "selectedIconPath": "/static/bar/4.png",
  49. "iconPath": "/static/bar/3.png",
  50. "pagePath": "pages/repairList/repairList",
  51. "text": "记录"
  52. }]
  53. },
  54. "uniIdRouter": {}
  55. }