原因:

使用了vue自带的路由跳转事件

        beforeRouteEnter(to, form, next) {

            

            console.log(form)

        },

        beforeRouteLeave(to, form, next) {

            

            console.log(to)

        }

更多推荐

Electron vue 调试时卡死,报错Pause before potential out-of-memory crash