This commit is contained in:
PC-202306242200\Administrator
2024-09-12 14:39:46 +08:00
parent 543a7c095b
commit 4d069cc2a9
4 changed files with 4 additions and 5 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.ccf4a0ae.js"></script> <script src="/umi.61cd44ec.js"></script>
</body></html> </body></html>

File diff suppressed because one or more lines are too long

View File

@@ -36,7 +36,6 @@ const BasicForm: FC<Record<string, any>> = () => {
message.success('配置成功'); message.success('配置成功');
return true; return true;
} catch (error) { } catch (error) {
message.error('配置失败请重试!');
return false; return false;
} }
}; };