diff --git a/src/components/Encoding/index.vue b/src/components/Encoding/index.vue index b0b395d..c99fb08 100644 --- a/src/components/Encoding/index.vue +++ b/src/components/Encoding/index.vue @@ -75,7 +75,7 @@ export default { .CodeMirror { font-family: 'JetBrainsMono-Medium', monospace; - height: 500px; + height: 600px; } .CodeMirror-lines { diff --git a/src/views/ruleEngine/engineConfig/index.vue b/src/views/ruleEngine/engineConfig/index.vue index d5e2daa..163ff10 100644 --- a/src/views/ruleEngine/engineConfig/index.vue +++ b/src/views/ruleEngine/engineConfig/index.vue @@ -24,6 +24,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -55,6 +79,10 @@ export default { packageName: "com.muyu.rule.engine", customName: "custom", templateName: "template", + sourceWin: "D:\\config\\engine\\source", + targetWin: "D:\\config\\engine\\target", + sourceLiunx: "/home/config/source", + targetLiunx: "/home/config/target", }, scopeList: [ { type: "任务", value: "taskContext", "code":