anln_refund_1.4 #30

Merged
yezian merged 18 commits from anln_refund_1.4 into main 2025-01-21 18:22:52 +08:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 3717ee758c - Show all commits

View File

@ -4,8 +4,9 @@ import LoadingMask from "@/components/LoadingMask";
import { useRouter } from "next/navigation";
import requireAPI from "@/utils/requireAPI";
import OwnImage from "@/components/OwnImage";
import { goToPage } from "@/utils/tools";
import baseRequest from "@/utils/baseRequest";
export default function Banner() {
const base = baseRequest();
const [bannerList, setBannerList] = useState([]);
const [isLoading, setIsLoading] = useState(false);
const router = useRouter();

View File

@ -6,7 +6,9 @@ import requireAPI from "@/utils/requireAPI";
import OwnImage from "@/components/OwnImage";
import OwnIcon from "@/components/OwnIcon";
import Banner from "../Banner";
import baseRequest from "@/utils/baseRequest";
export default function HostList() {
const base = baseRequest();
const [hostList, setHostList] = useState([]);
const [isLoading, setIsLoading] = useState(false);
const router = useRouter();