四零语境前端代码仓库
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.

127 lines
2.5 KiB

2 days ago
22 hours ago
22 hours ago
2 days ago
22 hours ago
2 days ago
22 hours ago
2 days ago
22 hours ago
2 days ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/home",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/index/member",
  12. "style": {
  13. "navigationStyle": "custom",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "pages/index/maintain",
  19. "style": {
  20. "navigationBarTitleText": "维修",
  21. "enablePullDownRefresh": true
  22. }
  23. },
  24. {
  25. "path": "pages/index/user",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "enablePullDownRefresh": true
  29. }
  30. }
  31. ],
  32. "subPackages":[
  33. {
  34. "root": "subPages",
  35. "pages":[
  36. {
  37. "path": "login/login",
  38. "style": {
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "login/userInfo",
  44. "style": {
  45. "navigationBarTitleText": "补充信息"
  46. }
  47. },
  48. {
  49. "path": "home/repairSubmit",
  50. "style": {
  51. "navigationBarTitleText": "报修提交"
  52. }
  53. },
  54. {
  55. "path": "home/maintainanceSubmit",
  56. "style": {
  57. "navigationBarTitleText": "保养提交"
  58. }
  59. },
  60. {
  61. "path": "home/RAArecord",
  62. "style": {
  63. "navigationBarTitleText": "报修/保养记录"
  64. }
  65. },
  66. {
  67. "path": "repair/maintainSubmit",
  68. "style": {
  69. "navigationBarTitleText": "维修单提交",
  70. "enablePullDownRefresh": true
  71. }
  72. },
  73. {
  74. "path": "user/profile",
  75. "style": {
  76. "navigationBarTitleText": "资料修改"
  77. }
  78. }
  79. ]
  80. }
  81. ],
  82. "preloadRule": {
  83. "pages/index/home": {
  84. "network": "all",
  85. "packages": ["subPages"]
  86. }
  87. },
  88. "globalStyle": {
  89. "navigationBarTextStyle": "white",
  90. "navigationBarTitleText": "uni-app",
  91. "navigationBarBackgroundColor": "#c70019",
  92. "backgroundColor": "#c70019"
  93. },
  94. "tabBar": {
  95. "color": "#999",
  96. "selectedColor": "#06DADC",
  97. "borderStyle": "white",
  98. "backgroundColor": "#ffffff",
  99. "list": [
  100. {
  101. "pagePath": "pages/index/home",
  102. "text": "主页",
  103. "iconPath": "static/主页图标.png",
  104. "selectedIconPath": "static/主页图标-点击.png"
  105. },
  106. {
  107. "pagePath": "pages/index/maintain",
  108. "text": "书桌",
  109. "iconPath": "static/书桌图标.png",
  110. "selectedIconPath": "static/书桌图标-点击.png"
  111. },
  112. {
  113. "pagePath": "pages/index/member",
  114. "text": "会员",
  115. "iconPath": "static/会员图标.png",
  116. "selectedIconPath": "static/会员图标-点击.png"
  117. },
  118. {
  119. "pagePath": "pages/index/user",
  120. "text": "我的",
  121. "iconPath": "static/我的图标.png",
  122. "selectedIconPath": "static/我的图标-点击.png"
  123. }
  124. ]
  125. }
  126. }