当前位置:   article > 正文

uni-app项目报错:uni.switchTab switchTab:fail page `/pages/home/home/index` is not found_uniapp switchtab not found

uniapp switchtab not found

pages字段和tabBar字段需要同时配置

page.json:

  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/home/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": true,
  8. "app-plus": {
  9. "bounce": "none",
  10. "backgroundColorTop": "#ffffff",
  11. "background": "#ffffff",
  12. "titleNView": false,
  13. "scrollIndicator": "none",
  14. "popGesture": "none",
  15. "animationType": "fade-in",
  16. "animationDuration": 200,
  17. "pullToRefresh": {
  18. "support": true,
  19. "style": "circle",
  20. "offset": "64px"
  21. }
  22. }
  23. }
  24. }
  25. ],
  26. "tabBar": {
  27. "color": "#666666",
  28. "selectedColor": "#457AE6",
  29. "borderStyle": "#cccccc",
  30. "backgroundColor": "#ffffff",
  31. "list": [
  32. {
  33. "pagePath": "pages/home/home/index",
  34. "text": "首页",
  35. "iconPath": "static/image/bar/app-home.png",
  36. "selectedIconPath": "static/image/bar/app-home-active.png"
  37. },
  38. {
  39. "pagePath": "pages/home/user/my",
  40. "text": "我的",
  41. "iconPath": "static/image/bar/my.png",
  42. "selectedIconPath": "static/image/bar/my-active.png"
  43. }
  44. ]
  45. }
  46. }

人工智能学习网站

https://chat.xutongbao.top

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/寸_铁/article/detail/1007805
推荐阅读
相关标签
  

闽ICP备14008679号