chore: 添加 API 配置文件

This commit is contained in:
2024-08-28 13:00:34 +08:00
parent 2327d1c8bb
commit 8db4370f17

2
src/config/api.js Normal file
View File

@@ -0,0 +1,2 @@
/** HTTP 请求超时毫秒数 */
export const HTTP_TIMEOUT = 10000;