需求改了好多,不需要自己输用户名和qq号了

This commit is contained in:
2025-07-10 16:34:35 +08:00
parent d2f8d3fad2
commit c40638eca2
2 changed files with 271 additions and 95 deletions

View File

@@ -2,6 +2,7 @@ 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 axiosInstance = axios.create({
baseURL: API_BASE_URL,