gpt4 book ai didi

javascript - 更改路由器路径

转载 作者:行者123 更新时间:2023-12-02 23:09:05 25 4
gpt4 key购买 nike

我试图在调用函数时更改路由器:

register() {
if (this.password === this.confirmPass) {
this.submit = true
this.active = true
this.errorMessage = ''
this.$emit('user-added', userName)
;('some code here to change the route')
} else {
this.errorMessage = 'password does not match!'
}
}

最佳答案

如果您使用的是 vue-router,您可以像这样更改路由 this.$router.push('/some-route') 或使用您的路由名称 this.$router.push({ name: 'nameOfRoute' })

关于javascript - 更改路由器路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57454360/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com