From b2870b632905d33d9d6bed116fabccaeaedcedda Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 20 Jan 2021 16:00:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81js=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/automation/scenario/component/Jsr233Processor.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 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 c5bc9ef202..d85a83cf73 100644 --- a/frontend/src/business/components/api/automation/scenario/component/Jsr233Processor.vue +++ b/frontend/src/business/components/api/automation/scenario/component/Jsr233Processor.vue @@ -81,12 +81,13 @@ ], isCodeEditAlive: true, languages: [ - 'beanshell', "python", "groovy" + 'beanshell', "python", "groovy", "javascript" ], codeEditModeMap: { beanshell: 'java', python: 'python', - groovy: 'java' + groovy: 'java', + javascript: 'javascript', } } },