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);