Vue route jumps and then returns, the click event of the original page is gone, how is it?

clipboard.png

clipboard.png

clipboard.png

Mar.04,2021

$(function () {}) this removal
is supposed to jump to another page component and regenerate the dom when you log out, but your $(function () {}) is triggered by the page is loaded only once


attempt to see .on ('click',function () {.})

Menu