提交 fd8f5bff authored 作者: 钟是志's avatar 钟是志

删除console

上级 9a673350
......@@ -11,7 +11,6 @@ export const ImgViewer = props => {
return [path];
}
}, [props.images]);
console.log('images', images);
const activeIndex = useMemo(() => {
if (path && images.length) {
return images?.findIndex(item => item?.src === path);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论