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

85 lines
1.7 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
5 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
5 months ago
5 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/repairLogin",
  9. "style": {
  10. "navigationBarTitleText": "维修员登录",
  11. "enablePullDownRefresh": false
  12. }
  13. }, {
  14. "path": "pages/login/studentLogin",
  15. "style": {
  16. "navigationBarTitleText": "学生登录",
  17. "enablePullDownRefresh": false
  18. }
  19. }, {
  20. "path": "pages/repairList/repairList",
  21. "style": {
  22. "navigationBarTitleText": "我的报修",
  23. "enablePullDownRefresh": false
  24. }
  25. },
  26. {
  27. "path": "pages/reject/reject",
  28. "style": {
  29. "navigationBarTitleText": "驳回"
  30. }
  31. },
  32. {
  33. "path": "pages/finish/finish",
  34. "style": {
  35. "navigationBarTitleText": "结单"
  36. }
  37. },
  38. {
  39. "path": "pages/center/center",
  40. "style": {
  41. "navigationBarTitleText": "个人中心"
  42. }
  43. },
  44. {
  45. "path": "pages/login/wxUserInfo",
  46. "style": {
  47. "navigationBarTitleText": "获取用户信息"
  48. }
  49. },
  50. {
  51. "path": "pages/order/order",
  52. "style": {
  53. "navigationBarTitleText": "我的维修单"
  54. }
  55. },
  56. {
  57. "path" : "pages/roam/roam",
  58. "style" :
  59. {
  60. "navigationBarTitleText" : "订单流转"
  61. }
  62. }
  63. ],
  64. "globalStyle": {
  65. "navigationBarTextStyle": "black",
  66. "navigationBarTitleText": "",
  67. "navigationBarBackgroundColor": "#F8F8F8",
  68. "backgroundColor": "#F8F8F8"
  69. },
  70. "tabBar": {
  71. "backgroundColor": "white",
  72. "selectedColor": "#3c9cff",
  73. "list": [{
  74. "selectedIconPath": "/static/bar/2.png",
  75. "iconPath": "/static/bar/1.png",
  76. "pagePath": "pages/repair/repair",
  77. "text": "报修"
  78. }, {
  79. "selectedIconPath": "/static/bar/4.png",
  80. "iconPath": "/static/bar/3.png",
  81. "pagePath": "pages/center/center",
  82. "text": "用户中心"
  83. }]
  84. },
  85. "uniIdRouter": {}
  86. }