日志
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user