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

78 lines
1.6 KiB

10 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
9 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
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 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/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. "globalStyle": {
  58. "navigationBarTextStyle": "black",
  59. "navigationBarTitleText": "",
  60. "navigationBarBackgroundColor": "#F8F8F8",
  61. "backgroundColor": "#F8F8F8"
  62. },
  63. "tabBar": {
  64. "backgroundColor": "white",
  65. "selectedColor": "#3c9cff",
  66. "list": [{
  67. "selectedIconPath": "/static/bar/2.png",
  68. "iconPath": "/static/bar/1.png",
  69. "pagePath": "pages/repair/repair",
  70. "text": "报修"
  71. }, {
  72. "selectedIconPath": "/static/bar/4.png",
  73. "iconPath": "/static/bar/3.png",
  74. "pagePath": "pages/center/center",
  75. "text": "用户中心"
  76. }]
  77. },
  78. "uniIdRouter": {}
  79. }