From 3039a75155af0227c8813a15630a196785520011 Mon Sep 17 00:00:00 2001 From: baiqi Date: Mon, 21 Oct 2024 16:30:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=97=A5=E5=BF=97):=20=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/config/pathMap.ts | 1 - .../scenario/components/common/customApiDrawer.vue | 8 ++++---- .../src/views/setting/system/log/components/logCards.vue | 8 +++++++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/frontend/src/config/pathMap.ts b/frontend/src/config/pathMap.ts index bc7d6dd9e5..73a91b2c1b 100644 --- a/frontend/src/config/pathMap.ts +++ b/frontend/src/config/pathMap.ts @@ -1,5 +1,4 @@ import { RouteEnum } from '@/enums/routeEnum'; -import { TaskCenterEnum } from '@/enums/taskCenter'; export const MENU_LEVEL = ['SYSTEM', 'ORGANIZATION', 'PROJECT'] as const; // 菜单级别 diff --git a/frontend/src/views/api-test/scenario/components/common/customApiDrawer.vue b/frontend/src/views/api-test/scenario/components/common/customApiDrawer.vue index b5df24b224..83e7a3b9fd 100644 --- a/frontend/src/views/api-test/scenario/components/common/customApiDrawer.vue +++ b/frontend/src/views/api-test/scenario/components/common/customApiDrawer.vue @@ -27,8 +27,8 @@ v-if="props.step && [ScenarioStepType.API, ScenarioStepType.CUSTOM_REQUEST].includes(props.step?.stepType)" :step="props.step" /> - -
+
+
{{ title }}
@@ -38,8 +38,8 @@ class="min-w-[16px] cursor-pointer hover:text-[rgb(var(--primary-5))]" @click="isShowEditStepNameInput = true" /> -
- + +