a69ed2c8 by lihua

连接器注销

1 parent 2261151b
......@@ -66,6 +66,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!