Create Login.vue

写错字了
pull/297/head
junmoxiao 2021-07-07 14:25:11 +08:00 committed by GitHub
parent 039c9c3da4
commit 2bc86c73e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ export default {
localStorage.setItem("ms_username", param.username);
router.push("/");
} else {
ElMessage.error("登录成功");
ElMessage.error("登录失败");
return false;
}
});
@ -122,4 +122,4 @@ export default {
line-height: 30px;
color: #fff;
}
</style>
</style>