How to solve the problem in vue that fullpage changes the properties of html overfiow?

I used the fullpage plug-in in the home page of the project, but when I jump from the home page to another page, (the other pages are normal pages and do not need full screen. Of course, there is no reference.) there is no scroll bar on other pages, so the pop-up window can only display the current window height


overflow:hidden

vue

pop-up window displays normally, but body and html still cannot display the page normally.
would like to ask what to do in this case?


leave the page and destroy it


body.style.overflow = 'auto'. My job is to add this code to the page that currently needs a normal scroll bar. You need a fullpage page with body.style.overflow = 'hidden'. If not, add an overflow:scrllo; class to bind to body

Menu