共1个回答
EC
游客ecqXMk

演示环境加了5s中自动登录,逻辑中去掉就可以了:

login/index.vue中去掉

setTimeout(() => {
    this.handleSubmit()
}, 5000)
回答问题