release: update 3.8.6

This commit is contained in:
xiaoxian521
2022-11-27 17:50:16 +08:00
parent 2d56e471cb
commit 2e6733cbc7
7 changed files with 116 additions and 22 deletions

View File

@@ -53,7 +53,7 @@ const onLogin = async (formEl: FormInstance | undefined) => {
// 获取后端路由
initRouter().then(() => {
router.push("/");
message("登录成功", "success");
message("登录成功", { type: "success" });
});
}
});