mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
在dify工作流中,我希望从代码节点输出一个元素,用户点击它后,在当前页面(不跳转)发送一个 GET 请求。 #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @17578999441 on GitHub (May 27, 2025).
我希望从代码节点输出一个元素,用户点击它后,在当前页面(不跳转)发送一个 GET 请求。考虑到前端是 React 构建的,并且直接使用 onclick 字符串会导致 React 错误 #231,推荐的实现方式是什么?
@AllenWriter commented on GitHub (May 28, 2025):
Hi, this is the documentation repo, not a technical support channel.
I’m afraid unable to address the issue you mentioned here.