重置密码的60s冷却🐱🐱

This commit is contained in:
2025-07-25 19:31:28 +08:00
parent 4c15c42ebc
commit 4828d0bcd6
10 changed files with 558 additions and 414 deletions

View File

@@ -1,8 +1,8 @@
import axios from 'axios';
import { logoutUser } from '../utils/jwt'; // logoutUser会处理清除存储和重定向
//const API_BASE_URL = 'https://api.zybdatasupport.online';
const API_BASE_URL = 'http://hk.zybdatasupport.online:8000/';
const API_BASE_URL = 'https://api.zybdatasupport.online';
//const API_BASE_URL = 'http://hk.zybdatasupport.online:8000/';
const axiosInstance = axios.create({
baseURL: API_BASE_URL,