perf: 支持飞书通知

This commit is contained in:
xiaojunnuo
2025-03-14 13:16:48 +08:00
parent 74c6a2266f
commit b82e1dcd62
6 changed files with 184 additions and 42 deletions
@@ -60,6 +60,9 @@ const doTest = async () => {
}
);
message.value = "测试请求成功";
if (res) {
message.value += `,返回:${JSON.stringify(res)}`;
}
} finally {
loading.value = false;
}