mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-11-09 20:23:37 +08:00
release: update 3.8.6
This commit is contained in:
@@ -53,7 +53,7 @@ const onLogin = async (formEl: FormInstance | undefined) => {
|
||||
// 获取后端路由
|
||||
initRouter().then(() => {
|
||||
router.push("/");
|
||||
message("登录成功", "success");
|
||||
message("登录成功", { type: "success" });
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user