This commit is contained in:
yezian 2024-06-12 21:26:34 +08:00
parent ed1068cccf
commit 5fd60caeae
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import { useRouter } from "next/navigation";
import { Toast } from "antd-mobile";
import { generateSignature } from "@/utils/crypto";
import webviewBaseRequest from "@/utils/webviewBaseRequest";
import { useRouter } from "next/navigation";
export default function Pay() {
const router = useRouter();