From ffbec714ae1a3c33b63def73914d08562d207874 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Wed, 1 Dec 2021 19:08:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E4=BF=AE=E6=94=B9=E4=B8=8D=E5=90=8C=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=B1=BB=E5=9E=8B=E8=B7=B3=E8=BD=AC=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=B8=8E=E7=B1=BB=E5=9E=8B=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1008454 --user=郭雨琦 项目A导入项目B中的场景,项目B的id链接跳转后仍显示项目A --bug=1008453 【接口自动化】-dubbo 的ID链接跳转协议显示不正确,是http协议 --- .../components/api/automation/ApiAutomation.vue | 7 +++++++ .../automation/scenario/component/ApiComponent.vue | 2 +- .../scenario/component/ApiScenarioComponent.vue | 2 +- .../api/automation/scenario/component/urlhelper.js | 10 +++++----- .../components/api/definition/ApiDefinition.vue | 9 +++++++++ .../api/definition/components/module/ApiModule.vue | 12 +++++++++--- frontend/src/business/components/api/router.js | 4 ++-- 7 files changed, 34 insertions(+), 12 deletions(-) diff --git a/frontend/src/business/components/api/automation/ApiAutomation.vue b/frontend/src/business/components/api/automation/ApiAutomation.vue index ba751d4512..6fd091c1b3 100644 --- a/frontend/src/business/components/api/automation/ApiAutomation.vue +++ b/frontend/src/business/components/api/automation/ApiAutomation.vue @@ -98,6 +98,7 @@