|
@@ -66,9 +66,9 @@ const BodyPositionList: React.FC<BodyPositionListProps> = ({ layout }) => {
|
|
|
|
|
|
useEffect(() => {
|
|
|
const fetchBodyPositions = async () => {
|
|
|
- alert(
|
|
|
- `${works.length} works found == ${works[0].Views.length} views in the first work`
|
|
|
- );
|
|
|
+ // alert(
|
|
|
+ // `${works.length} works found == ${works[0].Views.length} views in the first work`
|
|
|
+ // );
|
|
|
console.log(`体位信息:${JSON.stringify(works)}`);
|
|
|
const bodyPositions: ExtendedBodyPosition[] = await Promise.all(
|
|
|
works.flatMap((work) =>
|