修复编排ubrowser设置值报错的BUG

This commit is contained in:
fofolee 2025-04-25 15:36:21 +08:00
parent c32a5a4829
commit c2514e9f2d

View File

@ -491,13 +491,13 @@ export const ubrowserOperationConfigs = {
], ],
}, },
setValue: { setValue: {
value: "setValue", value: "value",
label: "设置值", label: "设置值",
icon: "check_box", icon: "check_box",
config: [ config: [
{ {
label: "元素选择器", label: "元素选择器",
icon: "varInput", icon: "find_in_page",
component: "VariableInput", component: "VariableInput",
width: 6, width: 6,
}, },