This commit is contained in:
quantulr
2023-11-06 17:27:50 +08:00
parent b6a722fa79
commit a8b1ad286d
123 changed files with 491 additions and 428 deletions

View File

@ -1,5 +1,5 @@
import Image from "next/image";
import ArticleHeading from "@/app/components/ArticleHeading";
import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
@ -8,7 +8,7 @@ const Page = () => {
<p className={"text-center text-base"}></p>
<p className={"mt-2 flex justify-center"}>
<img
src={`${process.env.NEXT_PUBLIC_ADMIN_BASE_URL}/uploads/image/20231030/8d05e613-e2c6-47d1-81a9-08bd70b8ba73.jpeg`}
src={`${process.env.NEXT_PUBLIC_CLIENT_ADMIN_BASE_URL}/uploads/image/20231030/8d05e613-e2c6-47d1-81a9-08bd70b8ba73.jpeg`}
alt={"张景中"}
/>
</p>