refactor: sync frontend

This commit is contained in:
email
2022-02-04 19:17:11 +08:00
parent 4535e0ce6d
commit 3fa918169e
34 changed files with 447 additions and 403 deletions

View File

@ -130,7 +130,7 @@ const MemoEditor: React.FC<Props> = () => {
try {
const image = await resourceService.upload(file);
const url = `/r/${image.id}/${image.filename}`;
const url = `/h/r/${image.id}/${image.filename}`;
return url;
} catch (error: any) {