修改登录失败的提示信息

This commit is contained in:
daihh
2022-06-09 20:03:11 +08:00
parent 8434a5feb0
commit d7fdc4a04a

View File

@@ -48,7 +48,7 @@
}
//this.$router.push({ path: "/index" })
}else{
this.$message.error("转化token失败");
this.$message.error("登录失败:"+rs.message);
}
})
}