This commit is contained in:
xiaojunnuo
2025-10-05 15:01:35 +08:00
parent bea81b54ca
commit 5967f66e6d
2 changed files with 1 additions and 2 deletions
@@ -193,7 +193,6 @@ async function loadLatestVersion() {
const minVersion = settingsStore.productInfo?.app?.minVersion;
if (minVersion) {
debugger;
if (isNewVersion(version.value, minVersion)) {
notification.error({
message: settingsStore.productInfo?.app?.minVersionTip ?? "版本过低,为了您的数据安全,请尽快升级",