vue project, when doing router.push ({path: "dic"})
, the dic page needs to load more data in mounted, which takes a long time. When performing a route jump, it gives the impression that you load the data first (stay on the original page for a second or two) and then jump to the dic page, but normally you should go to the dic page first and then load the data. A little confused