feat(ui): new Login UI using antd

This commit is contained in:
Fu Diwei
2024-12-06 19:44:29 +08:00
parent b44b8d09b2
commit 2facb160aa
13 changed files with 86 additions and 121 deletions

View File

@@ -138,6 +138,7 @@ const AccessList = () => {
title: t("access.action.delete"),
content: t("access.action.delete.confirm"),
onOk: async () => {
// TODO: 有关联数据的不允许被删除
try {
const res = await removeAccess(data);
configContext.deleteAccess(res.id);