fix: license store 命名错误

This commit is contained in:
rubyliu 2023-08-19 18:33:15 +08:00 committed by 刘瑞斌
parent 75a2c40ace
commit d31d2d74c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { defineStore } from 'pinia';
import { getLicenseInfo } from '@/api/modules/setting/authorizedManagement';
const useLicenseStore = defineStore('userGroup', {
const useLicenseStore = defineStore('license', {
persist: true,
state: (): { status: string | null } => ({
status: '',