fix: license add version

This commit is contained in:
wxg0103 2025-07-02 10:52:39 +08:00
parent bdba4bc34c
commit e794874d82

View File

@ -133,6 +133,7 @@ const useUserStore = defineStore('user', {
// this.version = ok.data?.version || '-'
this.license_is_valid = ok.data.license_is_valid
this.edition = ok.data.edition
this.version = ok.data.version
const theme = useThemeStore()
if (this.isEE() || this.isPE()) {
await theme.theme()