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

73 lines
1.5 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
5 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/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. "path" : "pages/order/order",
  46. "style" :
  47. {
  48. "navigationBarTitleText" : ""
  49. }
  50. }
  51. ],
  52. "globalStyle": {
  53. "navigationBarTextStyle": "black",
  54. "navigationBarTitleText": "",
  55. "navigationBarBackgroundColor": "#F8F8F8",
  56. "backgroundColor": "#F8F8F8"
  57. },
  58. "tabBar": {
  59. "backgroundColor": "white",
  60. "selectedColor": "#3c9cff",
  61. "list": [{
  62. "selectedIconPath": "/static/bar/2.png",
  63. "iconPath": "/static/bar/1.png",
  64. "pagePath": "pages/repair/repair",
  65. "text": "报修"
  66. }, {
  67. "selectedIconPath": "/static/bar/4.png",
  68. "iconPath": "/static/bar/3.png",
  69. "pagePath": "pages/center/center",
  70. "text": "用户中心"
  71. }]
  72. },
  73. "uniIdRouter": {}
  74. }