修改上传图片安全验证问题
This commit is contained in:
@@ -21,7 +21,7 @@ const EnableNotificationPage: React.FC = () => {
|
||||
setQrCodeUrl(res.data.ServiceAccountQRCode);
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('获取二维码失败:', error);
|
||||
console.warn('获取二维码失败:', error);
|
||||
}
|
||||
};
|
||||
fetchQRCode();
|
||||
|
||||
Reference in New Issue
Block a user