江西小程序管理端
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.

153 lines
3.6 KiB

1 year ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/tabbar/statistics/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true,
  9. "backgroundTextStyle": "dark"
  10. }
  11. },
  12. {
  13. "path": "pages/tabbar/examSimulation/index",
  14. "style": {
  15. "navigationBarTitleText": "考场模拟",
  16. "navigationStyle": "custom",
  17. "enablePullDownRefresh": true,
  18. "backgroundTextStyle": "dark"
  19. }
  20. },
  21. {
  22. "path": "pages/tabbar/operateTrain/index",
  23. "style": {
  24. "navigationBarTitleText": "实操训练",
  25. "navigationStyle": "custom",
  26. "enablePullDownRefresh": true,
  27. "backgroundTextStyle": "dark"
  28. }
  29. },
  30. {
  31. "path": "pages/tabbar/mine/index",
  32. "style": {
  33. "navigationBarTitleText": "我的",
  34. "navigationStyle": "custom",
  35. "enablePullDownRefresh": true,
  36. "backgroundTextStyle": "dark"
  37. }
  38. }
  39. ],
  40. "subPackages": [
  41. {
  42. "root": "pages/userCenter",
  43. "pages": [
  44. {
  45. "path": "login/login",
  46. "style": {
  47. "navigationBarTitleText": "登录",
  48. "navigationStyle": "custom",
  49. "enablePullDownRefresh": false,
  50. "backgroundTextStyle": "dark"
  51. }
  52. },
  53. {
  54. "path": "login/loginByPhone",
  55. "style": {
  56. "navigationBarTitleText": "手机号登录",
  57. "navigationStyle": "custom",
  58. "enablePullDownRefresh": false,
  59. "backgroundTextStyle": "dark"
  60. }
  61. }
  62. ]
  63. },
  64. {
  65. "root": "pages/indexEntry",
  66. "pages": [
  67. {
  68. "path": "settlement/settlement",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "navigationStyle": "custom",
  72. "enablePullDownRefresh": false,
  73. "backgroundTextStyle": "dark"
  74. }
  75. },
  76. {
  77. "path": "settlement/detail/detail",
  78. "style": {
  79. "navigationBarTitleText": "",
  80. "navigationStyle": "custom",
  81. "enablePullDownRefresh": false,
  82. "backgroundTextStyle": "dark"
  83. }
  84. }
  85. ]
  86. },
  87. {
  88. "root": "pages/other",
  89. "pages": [
  90. {
  91. "path": "webView/webView",
  92. "style": {
  93. "navigationBarTitleText": "",
  94. "navigationStyle": "custom",
  95. "enablePullDownRefresh": false,
  96. "backgroundTextStyle": "dark"
  97. }
  98. }
  99. ]
  100. }
  101. ],
  102. "globalStyle": {
  103. "navigationBarTextStyle": "black",
  104. "navigationBarTitleText": "学车小程序",
  105. "navigationBarBackgroundColor": "#F8F8F8",
  106. "backgroundColor": "#F8F8F8"
  107. },
  108. "uniIdRouter": {},
  109. "tabBar": {
  110. "color": "#999999",
  111. "selectedColor": "#218DFF",
  112. "backgroundColor": "#FFFFFF",
  113. "list": [{
  114. "pagePath": "pages/tabbar/statistics/index",
  115. "text": "首页",
  116. "iconPath": "static/images/tabbar/tj.png",
  117. "selectedIconPath": "static/images/tabbar/tjActive.png"
  118. },
  119. {
  120. "pagePath": "pages/tabbar/examSimulation/index",
  121. "text": "考场模拟",
  122. "iconPath": "static/images/tabbar/kc.png",
  123. "selectedIconPath": "static/images/tabbar/kcActive.png"
  124. },
  125. {
  126. "pagePath": "pages/tabbar/operateTrain/index",
  127. "text": "实操训练",
  128. "iconPath": "static/images/tabbar/sc.png",
  129. "selectedIconPath": "static/images/tabbar/scActive.png"
  130. },
  131. {
  132. "pagePath": "pages/tabbar/mine/index",
  133. "text": "我的",
  134. "iconPath": "static/images/tabbar/wd.png",
  135. "selectedIconPath": "static/images/tabbar/wdActive.png"
  136. }
  137. ]
  138. },
  139. "easycom": {
  140. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  141. },
  142. "condition" : { //
  143. "current": 0, //(list )
  144. "list": [
  145. {
  146. "name": "", //
  147. "path": "", //
  148. "query": "" //onLoad
  149. }
  150. ]
  151. }
  152. }