feat: 关于页面优化
This commit is contained in:
parent
389e620913
commit
598576fedc
@ -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 || '-'
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user