From 4c986053cc301a81d94f2a6aa941c979bb9d1ed8 Mon Sep 17 00:00:00 2001 From: shuzhenyang Date: Fri, 25 Oct 2024 17:18:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(online-debug):=20=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E4=BD=93=E9=AA=8C=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(online-debug): 在线调试体验问题修复 optimized code --- .../src/components/ag-editor.vue | 16 +++--- src/dashboard-front/src/language/lang.ts | 1 + .../online-debug/components/edit-table.vue | 7 +++ .../components/request-record.vue | 19 ++++++- .../src/views/online-debug/index.vue | 50 +++++++++++++++++-- 5 files changed, 81 insertions(+), 12 deletions(-) diff --git a/src/dashboard-front/src/components/ag-editor.vue b/src/dashboard-front/src/components/ag-editor.vue index 9d2dc7486..17516e9eb 100644 --- a/src/dashboard-front/src/components/ag-editor.vue +++ b/src/dashboard-front/src/components/ag-editor.vue @@ -329,17 +329,21 @@ defineExpose({ + + diff --git a/src/dashboard-front/src/views/online-debug/index.vue b/src/dashboard-front/src/views/online-debug/index.vue index 57c67e9dd..6c9fc0bb3 100644 --- a/src/dashboard-front/src/views/online-debug/index.vue +++ b/src/dashboard-front/src/views/online-debug/index.vue @@ -31,7 +31,7 @@ type="search" /> - +