|
|
@@ -171,7 +171,7 @@ const onLogin = async (formEl: FormInstance | undefined) => {
|
|
|
});*/
|
|
|
console.log("getTopMenu", getTopMenu(true).path);
|
|
|
router.push(getTopMenu(true).path);
|
|
|
- message("登录成功", { type: "success" });
|
|
|
+ // message("登录成功", { type: "success" });
|
|
|
} else router.replace(toPath);
|
|
|
}
|
|
|
}
|