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

66 lines
1.4 KiB

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