fix: license add version
This commit is contained in:
parent
bdba4bc34c
commit
e794874d82
@ -133,6 +133,7 @@ const useUserStore = defineStore('user', {
|
|||||||
// this.version = ok.data?.version || '-'
|
// this.version = ok.data?.version || '-'
|
||||||
this.license_is_valid = ok.data.license_is_valid
|
this.license_is_valid = ok.data.license_is_valid
|
||||||
this.edition = ok.data.edition
|
this.edition = ok.data.edition
|
||||||
|
this.version = ok.data.version
|
||||||
const theme = useThemeStore()
|
const theme = useThemeStore()
|
||||||
if (this.isEE() || this.isPE()) {
|
if (this.isEE() || this.isPE()) {
|
||||||
await theme.theme()
|
await theme.theme()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user