首页优化
src/utils/api.ts @@ -1,4 +1,4 @@ const API_BASE_URL = 'http://localhost:8080/api'; const API_BASE_URL = 'http://121.43.139.99:8080/api'; interface ApiResponse<T = any> { code: number;