This commit is contained in:
2025-11-10 11:06:17 +08:00
parent bdd61f57c7
commit e98df7a7ee
9 changed files with 541 additions and 267 deletions

View File

@@ -110,7 +110,7 @@ export default {
let res = await authlogin(this.username, this.encryptData(this.password))
if (res.code === 200) {
this.setToken(res.data.token)
this.$router.push('/hub?user=' + res.data.user.userName)
this.$router.push('/hub/upload')
} else {
this.Dialog(res.desc)
}