From e794874d82061d9929724ba089bdd9e24217bcc6 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 2 Jul 2025 10:52:39 +0800 Subject: [PATCH] fix: license add version --- ui/src/stores/modules/user.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/stores/modules/user.ts b/ui/src/stores/modules/user.ts index eeea3d137..536f549dd 100644 --- a/ui/src/stores/modules/user.ts +++ b/ui/src/stores/modules/user.ts @@ -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()