学员端小程序
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.

118 lines
2.6 KiB

1 year ago
1 year ago
1 year ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/tabbar/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true,
  9. "backgroundTextStyle": "dark"
  10. }
  11. },
  12. {
  13. "path": "pages/tabbar/mine/index",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "navigationStyle": "custom",
  17. "enablePullDownRefresh": true,
  18. "backgroundTextStyle": "dark"
  19. }
  20. },
  21. {
  22. "path": "pages/tabbar/learnCar/index",
  23. "style": {
  24. "navigationBarTitleText": "",
  25. "navigationStyle": "custom",
  26. "enablePullDownRefresh": true,
  27. "backgroundTextStyle": "dark"
  28. }
  29. }
  30. ],
  31. "subPackages": [
  32. {
  33. "root": "pages/indexEntry",
  34. "pages": [
  35. {
  36. "path": "findShcool/findShcool",
  37. "style": {
  38. "navigationBarTitleText": "找驾校",
  39. "navigationStyle": "custom",
  40. "enablePullDownRefresh": false,
  41. "backgroundTextStyle": "dark"
  42. }
  43. }
  44. ]
  45. },
  46. {
  47. "root": "pages/userCenter",
  48. "pages": [
  49. {
  50. "path": "login/login",
  51. "style": {
  52. "navigationBarTitleText": "登录",
  53. "navigationStyle": "custom",
  54. "enablePullDownRefresh": false,
  55. "backgroundTextStyle": "dark"
  56. }
  57. },
  58. {
  59. "path": "login/loginByPhone",
  60. "style": {
  61. "navigationBarTitleText": "手机号登录",
  62. "navigationStyle": "custom",
  63. "enablePullDownRefresh": false,
  64. "backgroundTextStyle": "dark"
  65. }
  66. }
  67. ]
  68. },
  69. {
  70. "root": "pages/other",
  71. "pages": [
  72. {
  73. "path": "webView/webView",
  74. "style": {
  75. "navigationBarTitleText": "",
  76. "navigationStyle": "custom",
  77. "enablePullDownRefresh": false,
  78. "backgroundTextStyle": "dark"
  79. }
  80. }
  81. ]
  82. }
  83. ],
  84. "globalStyle": {
  85. "navigationBarTextStyle": "black",
  86. "navigationBarTitleText": "",
  87. "navigationBarBackgroundColor": "#F8F8F8",
  88. "backgroundColor": "#F8F8F8"
  89. },
  90. "uniIdRouter": {},
  91. "tabBar": {
  92. "color": "#999999",
  93. "selectedColor": "#218DFF",
  94. "backgroundColor": "#FFFFFF",
  95. "list": [{
  96. "pagePath": "pages/tabbar/index/index",
  97. "text": "首页",
  98. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  99. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  100. },
  101. {
  102. "pagePath": "pages/tabbar/learnCar/index",
  103. "text": "学车",
  104. "iconPath": "static/images/tabbar/btn_xueche_nor.png",
  105. "selectedIconPath": "static/images/tabbar/btn_xueche_cli.png"
  106. },
  107. {
  108. "pagePath": "pages/tabbar/mine/index",
  109. "text": "我的",
  110. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  111. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  112. }
  113. ]
  114. },
  115. "easycom": {
  116. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  117. }
  118. }