|
|
@@ -22,8 +22,8 @@ export default function Login() {
|
|
|
const [verificationCode, setVerificationCode] = useState("");
|
|
|
const [refreshCount, setRefreshCount] = useState(0);
|
|
|
const [codeUrl, setCodeUrl] = useState(
|
|
|
- "https://sit-cnzhengquan.4dage.com/api/show/getRandCode"
|
|
|
- // "/api/show/getRandCode"
|
|
|
+ // "https://sit-cnzhengquan.4dage.com/api/show/getRandCode"
|
|
|
+ "/api/show/getRandCode"
|
|
|
);
|
|
|
|
|
|
let timeCount: number = 2000;
|