This commit is contained in:
quantulr
2023-11-08 15:42:55 +08:00
parent 83e7cd3c4d
commit cecc64f366
7 changed files with 22 additions and 6 deletions

View File

@ -154,7 +154,7 @@ const AnhuiSwiper = () => {
className={"h-full w-full object-contain"}
src={`${
process.env.NEXT_PUBLIC_CLIENT_ADMIN_BASE_URL
}${el.path.replace(/^api/, "")}`}
}${el.path.match(/\/uploads\/.*/)?.[0]}`}
alt={""}
/>
</div>