chore: 添加 JavaScript 文件用途说明
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
// 接口配置
|
||||
|
||||
/** HTTP 请求超时毫秒数 */
|
||||
export const HTTP_TIMEOUT = 10000;
|
||||
|
Reference in New Issue
Block a user
@@ -1,2 +1,4 @@
|
||||
// 接口配置
|
||||
|
||||
/** HTTP 请求超时毫秒数 */
|
||||
export const HTTP_TIMEOUT = 10000;
|
||||
|