This commit is contained in:
PC-202306242200\Administrator
2024-09-20 14:22:42 +08:00
parent 54280a50a1
commit 3a7f51079e
4 changed files with 1 additions and 583 deletions

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.214f65b8.js"></script> <script src="/umi.df75975b.js"></script>
</body></html> </body></html>

File diff suppressed because one or more lines are too long

578
dist/umi.214f65b8.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -29,7 +29,6 @@ const handleAdd = async (fields: API.System.Menu) => {
return true; return true;
} catch (error) { } catch (error) {
hide(); hide();
message.error('添加失败请重试!');
return false; return false;
} }
}; };
@@ -48,7 +47,6 @@ const handleUpdate = async (fields: API.System.Menu) => {
return true; return true;
} catch (error) { } catch (error) {
hide(); hide();
message.error('修改失败请重试!');
return false; return false;
} }
}; };
@@ -64,7 +62,6 @@ const handleRemoveOne = async (selectedRow: API.System.Menu) => {
return true; return true;
} catch (error) { } catch (error) {
hide(); hide();
message.error('删除失败,请重试');
return false; return false;
} }
}; };