From a07dcb1cf575f6e184a303838c5d5777c6328476 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 20 May 2026 00:34:20 +0800 Subject: [PATCH] chore: 1 --- .../ui/certd-client/src/views/framework/home/dashboard/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue index a607b262a..c815434ff 100644 --- a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue +++ b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue @@ -204,6 +204,7 @@ const hasNewVersion = computed(() => { return isNewVersion(version.value, latestVersion.value); }); async function loadLatestVersion() { + // version.value = settingsStore.app.version; //前端有缓存 可能不准确 latestVersion.value = await api.GetLatestVersion(); console.log("latestVersion", latestVersion.value);