change account-admin url

This commit is contained in:
Cindy Chang
2024-07-04 15:21:07 +08:00
parent 19f7ae5f38
commit ca4d6d0127
9 changed files with 16 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ export default defineComponent({
toast.success(i18next.t("AcctMgmt.MsgAccountDeleteSuccess"));
modalStore.closeModal();
acctMgmtStore.setShouldUpdateList(true);
router.push("/account/account-admin");
router.push("/account-admin");
}
}