原因是页面切换后body的overflow设置为hidden

在路由这里设置一下就可以咯

router.afterEach((to, from, next) => { document.querySelector("body").setAttribute("style", "overflow: auto !important;") });

Logo

前往低代码交流专区

更多推荐