Story排版修改

This commit is contained in:
jiangh277
2025-08-05 19:02:14 +08:00
parent 63ae33288d
commit 141e8d9818
68 changed files with 536 additions and 3902 deletions

View File

@@ -1,4 +1,4 @@
import { fetchImage } from '@/pages/list/basic-list/service';
import { fetchImage } from '@/pages/story/service';
import { useRequest } from '@umijs/max';
import { useEffect, useState } from 'react';
@@ -18,6 +18,8 @@ const useFetchImageUrl = (imageInstanceId: string) => {
useEffect(() => {
if (response) {
setImageUrl(URL.createObjectURL(response));
} else {
setImageUrl("error");
}
}, [response]);
useEffect(() => {