From bb37ed3b959aad134774ed04819454a86ecb8cb4 Mon Sep 17 00:00:00 2001 From: "meilin.huang" <954537473@qq.com> Date: Wed, 22 Nov 2023 12:19:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E7=95=8C=E9=9D=A2=E5=B0=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mayfly_go_web/src/common/config.ts | 2 +- .../src/layout/navBars/tagsView/tagsView.vue | 1 - mayfly_go_web/src/views/ops/db/DbList.vue | 7 +- .../ops/db/component/table/DbTableData.vue | 2 +- .../ops/db/component/table/DbTableDataOp.vue | 127 ++++++++++-------- .../ops/db/component/table/DbTableOp.vue | 7 +- server/pkg/config/app.go | 2 +- 7 files changed, 88 insertions(+), 60 deletions(-) diff --git a/mayfly_go_web/src/common/config.ts b/mayfly_go_web/src/common/config.ts index df3d449d..9e874db3 100644 --- a/mayfly_go_web/src/common/config.ts +++ b/mayfly_go_web/src/common/config.ts @@ -15,7 +15,7 @@ const config = { baseWsUrl: `${(window as any).globalConfig.BaseWsUrl || `${location.protocol == 'https:' ? 'wss:' : 'ws:'}//${getBaseApiUrl()}`}/api`, // 系统版本 - version: 'v1.5.3', + version: 'v1.5.4', }; export default config; diff --git a/mayfly_go_web/src/layout/navBars/tagsView/tagsView.vue b/mayfly_go_web/src/layout/navBars/tagsView/tagsView.vue index ca5e4364..1c3d0a4f 100644 --- a/mayfly_go_web/src/layout/navBars/tagsView/tagsView.vue +++ b/mayfly_go_web/src/layout/navBars/tagsView/tagsView.vue @@ -566,4 +566,3 @@ onBeforeRouteUpdate((to) => { box-shadow: rgb(0 21 41 / 4%) 0px 1px 4px; } -@/components/contextmenu diff --git a/mayfly_go_web/src/views/ops/db/DbList.vue b/mayfly_go_web/src/views/ops/db/DbList.vue index 2da7f494..245c63df 100644 --- a/mayfly_go_web/src/views/ops/db/DbList.vue +++ b/mayfly_go_web/src/views/ops/db/DbList.vue @@ -85,7 +85,7 @@ - + @@ -413,6 +413,11 @@ const dumpDbs = () => { };