commit | 7e1e3a5bde541d9971bc4694aba949bf20d54c24 | [log] [tgz] |
---|---|---|
author | 阳菜,放晴! <18234077228@163.com> | Thu Jun 05 23:00:51 2025 +0800 |
committer | 阳菜,放晴! <18234077228@163.com> | Thu Jun 05 23:00:51 2025 +0800 |
tree | 57458f78f9af8627f1771d76c5145625a073098c | |
parent | a408007d407be269257a53a5432e0ba38b70749d [diff] [blame] |
Docker Change-Id: I2aefd96a43bcf3a3c41c079ecfc04a3fee48bed6
diff --git a/src/utils/axios.ts b/src/utils/axios.ts index 1eaad87..8c60d4b 100644 --- a/src/utils/axios.ts +++ b/src/utils/axios.ts
@@ -2,7 +2,8 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios' const instance = axios.create({ - baseURL: process.env.API_BASE_URL, + // baseURL: process.env.API_BASE_URL, + baseURL: 'http://localhost:8080', timeout: 10000, headers: { 'Content-Type': 'application/json'