修复无法获取user_info问题
This commit is contained in:
@@ -356,6 +356,7 @@ onMounted(async () => {
|
||||
try {
|
||||
// 从auth store获取用户信息
|
||||
const id = authStore.user.id;
|
||||
console.log('用户ID:', id);
|
||||
if (!id) {
|
||||
console.error('用户ID不存在');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user