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

67 lines
1.4 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "pages": [{
  3. "path": "pages/repair/repair",
  4. "style": {
  5. "navigationBarTitleText": "申请报修"
  6. }
  7. }, {
  8. "path": "pages/login/login",
  9. "style": {
  10. "navigationBarTitleText": "登录",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/repairList/repairList",
  16. "style": {
  17. "navigationBarTitleText": "我的报修",
  18. "enablePullDownRefresh": false
  19. }
  20. },
  21. {
  22. "path": "pages/reject/reject",
  23. "style": {
  24. "navigationBarTitleText": "驳回"
  25. }
  26. },
  27. {
  28. "path": "pages/finish/finish",
  29. "style": {
  30. "navigationBarTitleText": "结单"
  31. }
  32. },
  33. {
  34. "path": "pages/center/center",
  35. "style": {
  36. "navigationBarTitleText": "个人中心"
  37. }
  38. },
  39. {
  40. "path": "pages/login/wxUserInfo",
  41. "style": {
  42. "navigationBarTitleText": "获取用户信息"
  43. }
  44. }
  45. ],
  46. "globalStyle": {
  47. "navigationBarTextStyle": "black",
  48. "navigationBarTitleText": "",
  49. "navigationBarBackgroundColor": "#F8F8F8",
  50. "backgroundColor": "#F8F8F8"
  51. },
  52. "tabBar": {
  53. "backgroundColor": "white",
  54. "selectedColor": "#3c9cff",
  55. "list": [{
  56. "selectedIconPath": "/static/bar/2.png",
  57. "iconPath": "/static/bar/1.png",
  58. "pagePath": "pages/repair/repair",
  59. "text": "报修"
  60. }, {
  61. "selectedIconPath": "/static/bar/4.png",
  62. "iconPath": "/static/bar/3.png",
  63. "pagePath": "pages/center/center",
  64. "text": "用户中心"
  65. }]
  66. },
  67. "uniIdRouter": {}
  68. }