This commit is contained in:
lzp
2026-02-27 16:04:55 +08:00
parent 467be3d75c
commit 190357caf5
13 changed files with 115 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ import { defineStore } from 'pinia'
import { ref, computed } from 'vue'
import { removeLocal, setLocal } from '@/utils/local'
import MyEvent from '@/utils/myEvent'
import { Logout, GetUserInfo } from '@/api/login'
import { Logout, GetUserInfo } from '@/api/user'
export const useUserInfoStore = defineStore('userInfo', () => {
const state = ref({
userInfo: {},