diff --git a/acs2/nladmin-ui/src/views/system/logicflow/editor/components/node/html/htmlNode.js b/acs2/nladmin-ui/src/views/system/logicflow/editor/components/node/html/htmlNode.js index bbd4d84d9..6f84cbcfc 100644 --- a/acs2/nladmin-ui/src/views/system/logicflow/editor/components/node/html/htmlNode.js +++ b/acs2/nladmin-ui/src/views/system/logicflow/editor/components/node/html/htmlNode.js @@ -26,7 +26,7 @@ class ButtonNode extends HtmlResize.view { // 路径前缀 const baseUrl = api.state.baseApi // 颜色 - let statusColor = '#1a912a' + let statusColor = '#FF0000' // 默认图片 // let imageUrl = baseUrl + '/file/图片/专机-20220722094234555.png' let imageUrl = defaultUrl