c1f29bf7 by lihua

连接器注销

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