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

104 lines
2.4 KiB

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/userCenter",
  34. "pages": [
  35. {
  36. "path": "login/login",
  37. "style": {
  38. "navigationBarTitleText": "登录",
  39. "navigationStyle": "custom",
  40. "enablePullDownRefresh": false,
  41. "backgroundTextStyle": "dark"
  42. }
  43. },
  44. {
  45. "path": "login/loginByPhone",
  46. "style": {
  47. "navigationBarTitleText": "手机号登录",
  48. "navigationStyle": "custom",
  49. "enablePullDownRefresh": false,
  50. "backgroundTextStyle": "dark"
  51. }
  52. }
  53. ]
  54. },
  55. {
  56. "root": "pages/other",
  57. "pages": [
  58. {
  59. "path": "webView/webView",
  60. "style": {
  61. "navigationBarTitleText": "",
  62. "navigationStyle": "custom",
  63. "enablePullDownRefresh": false,
  64. "backgroundTextStyle": "dark"
  65. }
  66. }
  67. ]
  68. }
  69. ],
  70. "globalStyle": {
  71. "navigationBarTextStyle": "black",
  72. "navigationBarTitleText": "学车小程序",
  73. "navigationBarBackgroundColor": "#F8F8F8",
  74. "backgroundColor": "#F8F8F8"
  75. },
  76. "uniIdRouter": {},
  77. "tabBar": {
  78. "color": "#999999",
  79. "selectedColor": "#218DFF",
  80. "backgroundColor": "#FFFFFF",
  81. "list": [{
  82. "pagePath": "pages/tabbar/index/index",
  83. "text": "首页",
  84. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  85. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  86. },
  87. {
  88. "pagePath": "pages/tabbar/learnCar/index",
  89. "text": "学车",
  90. "iconPath": "static/images/tabbar/btn_xueche_nor.png",
  91. "selectedIconPath": "static/images/tabbar/btn_xueche_cli.png"
  92. },
  93. {
  94. "pagePath": "pages/tabbar/mine/index",
  95. "text": "我的",
  96. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  97. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  98. }
  99. ]
  100. },
  101. "easycom": {
  102. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  103. }
  104. }