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.

76 lines
1.6 KiB

3 years ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. /* --------- --------- */
  6. "pages": [{
  7. "path": "pages/tabbar/home/home",
  8. "style": {
  9. "navigationBarTitleText": "",
  10. "enablePullDownRefresh": false
  11. }
  12. }, {
  13. "path": "pages/tabbar/mine/mine",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "enablePullDownRefresh": false
  17. }
  18. }],
  19. "subPackages": [
  20. /* --------- --------- */
  21. {
  22. "root": "pages/login",
  23. "pages": [{
  24. "path": "login/login",
  25. "style": {
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false
  28. }
  29. }, {
  30. "path": "register/register",
  31. "style": {
  32. "navigationBarTitleText": "",
  33. "enablePullDownRefresh": false
  34. }
  35. }]
  36. },
  37. /* --------- A --------- */
  38. {
  39. "root": "pages/subA",
  40. "pages": [{
  41. "path": "list/list",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "enablePullDownRefresh": false
  45. }
  46. }]
  47. },
  48. /* --------- B --------- */
  49. {
  50. "root": "pages/subB",
  51. "pages": [{
  52. "path": "detail/detail",
  53. "style": {
  54. "navigationBarTitleText": "",
  55. "enablePullDownRefresh": false
  56. }
  57. }]
  58. }
  59. ],
  60. "globalStyle": {
  61. "navigationBarTextStyle": "black",
  62. "navigationBarTitleText": "uni-app",
  63. "navigationBarBackgroundColor": "#F8F8F8",
  64. "backgroundColor": "#F8F8F8"
  65. }
  66. }