3c6254eb by lihua

连接器注销

1 parent 07e6e345
......@@ -73,6 +73,8 @@ function stopConnector() {
type: "success",
message: "连接器注销成功",
});
} else {
res?.msg && ElMessage.error(res.msg);
}
});
}, () => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!