feat: 关于页面优化

This commit is contained in:
wangdan-fit2cloud 2024-03-21 16:35:06 +08:00
parent 389e620913
commit 598576fedc

View File

@ -47,7 +47,7 @@ const useUserStore = defineStore({
async asyncGetVersion() {
return UserApi.getVersion().then((ok) => {
this.version = ok.data?.version || '0.9.0'
this.version = ok.data?.version || '-'
})
},