Skip to content

Commit 374701c

Browse files
committed
修复:在MainLayout.vue中修改版本号显示逻辑,移除默认版本号的显示
1 parent 687c5c1 commit 374701c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/MainLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ onMounted(async () => {
215215
appVersion.value = versionInfo.version;
216216
} catch (e) {
217217
console.error('获取版本信息失败', e);
218-
appVersion.value = '0.5.1'; // 默认版本号
218+
appVersion.value = ''; // 不显示默认版本号
219219
}
220220
221221
// 加载模型目录

0 commit comments

Comments
 (0)