Commit 1dea9961 authored by Maofei94's avatar Maofei94

fix: web配置删除失败

parent b7b8f2a4
Pipeline #22693 passed with stages
in 17 minutes 15 seconds
......@@ -133,7 +133,7 @@ const WebConfigPage = props => {
setTimeout(() => {
updateModuleTree(userMode || 'super');
}, 0);
}, 500);
} else {
notification.error({
message: res.message || `删除网站 ${webToOperate.text} 失败`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment