Skip to content

Commit

Permalink
fix: logout message
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Oct 19, 2023
1 parent 58cc3bd commit 1784776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const router = useRouter();
const handleLogout = async () => {
await showConfirmDialog({
title: "温馨提示",
message: "您是否确认退出信访云APP",
message: "您是否确认退出APP",
});
await router.push("/login");
};
Expand Down

0 comments on commit 1784776

Please sign in to comment.