This commit is contained in:
2025-12-05 08:59:05 +08:00
6 changed files with 21 additions and 11 deletions

View File

@@ -86,7 +86,7 @@
const sysStore = useSysStore()
// 默认头像
const defaultAvatar = '/static/home_icon.png'
const defaultAvatar = '/static/logo.png'
// 用户信息
const userInfo = computed(() => userStore.userInfo)