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

140 lines
2.8 KiB

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