修复无法获取user_info问题

This commit is contained in:
2026-01-26 15:07:24 +08:00
parent 9429a700d0
commit bec473e62a
5 changed files with 7 additions and 8 deletions
+1
View File
@@ -356,6 +356,7 @@ onMounted(async () => {
try {
// 从auth store获取用户信息
const id = authStore.user.id;
console.log('用户ID:', id);
if (!id) {
console.error('用户ID不存在');
return;