From 6fa2d65e1883c324675ed8861748d7ed363c8992 Mon Sep 17 00:00:00 2001 From: lijiahangmax Date: Thu, 3 Jul 2025 00:01:41 +0800 Subject: [PATCH] =?UTF-8?q?:hammer:=20=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E9=80=BB=E8=BE=91.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/store/modules/user/index.ts | 2 +- .../src/views/asset/grant/index.vue | 4 +- .../src/views/asset/host-identity/index.vue | 4 +- .../host-list/components/host-card-list.vue | 37 +++++++++++++------ .../asset/host-list/components/host-table.vue | 1 - .../src/views/asset/host-list/index.vue | 4 +- .../src/views/exec/batch-upload/index.vue | 4 +- .../src/views/exec/exec-command/index.vue | 4 +- 8 files changed, 41 insertions(+), 19 deletions(-) diff --git a/orion-visor-ui/src/store/modules/user/index.ts b/orion-visor-ui/src/store/modules/user/index.ts index 8db1ebaf..0a39d838 100644 --- a/orion-visor-ui/src/store/modules/user/index.ts +++ b/orion-visor-ui/src/store/modules/user/index.ts @@ -30,7 +30,7 @@ const checkForVersionUpdate = (serverVersion: string) => { return; } // 提示用户更新 - if (window.confirm('检测到新版本, 是否刷新页面以获取最新内容?')) { + if (window.confirm('检测到新版本, 请强制刷新页面以获取最新内容!')) { window.location.reload(); } // 更新 localStorage 记录 diff --git a/orion-visor-ui/src/views/asset/grant/index.vue b/orion-visor-ui/src/views/asset/grant/index.vue index bfef9767..bf203965 100644 --- a/orion-visor-ui/src/views/asset/grant/index.vue +++ b/orion-visor-ui/src/views/asset/grant/index.vue @@ -1,5 +1,5 @@