mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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