/mini/home

This commit is contained in:
2025-01-06 15:38:41 +08:00
parent 0cd6dd3f4d
commit e0121f0264

View File

@@ -158,7 +158,7 @@ export default {
this.$store.dispatch('userInfo', JSON.stringify(obj))
this.$store.dispatch('setLoginInfo', {username: this.username, password: this.password})
this.hide()
this.$router.push('/index/home')
this.$router.push('/mini/home')
} else {
this.Dialog(res.desc)
}