From b1fb972f990a753dc5207940b08b7944a2b1dc81 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 20 Jan 2021 15:02:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81groovy=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../automation/scenario/component/Jsr233Processor.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/component/Jsr233Processor.vue b/frontend/src/business/components/api/automation/scenario/component/Jsr233Processor.vue index f6d83926d9..2a74cf5132 100644 --- a/frontend/src/business/components/api/automation/scenario/component/Jsr233Processor.vue +++ b/frontend/src/business/components/api/automation/scenario/component/Jsr233Processor.vue @@ -18,9 +18,9 @@ - @@ -81,11 +81,12 @@ ], isCodeEditAlive: true, languages: [ - 'beanshell', "python" + 'beanshell', "python", "groovy" ], codeEditModeMap: { - beanshell: 'beanshell', - python: 'python' + beanshell: 'java', + python: 'python', + groovy: 'java' } } },