修改上传图片安全验证问题
This commit is contained in:
@@ -23,7 +23,7 @@ export const sceneRedirectLogic = (options, defaultPage: string) => {
|
||||
url: query ? `/${defaultPage}?${query}` : `/${defaultPage}`,
|
||||
});
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.warn(e);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user