Fix:3131 【商城小程序】发布视频动态,上传视频时弹出“网络错误,请稍后再试”,点击发布可成功发布视频动态(安卓(小米,vivo))/ 调整响应超时配置

This commit is contained in:
modendeveloper
2025-01-26 20:28:58 +08:00
parent 7f5b1ad45c
commit ff205ec37f
+1 -1
View File
@@ -8,7 +8,7 @@ const http = new Request();
/* 设置全局配置 */
http.setConfig((config) => {
config.baseURL = VUE_APP_API_URL;
config.timeout = 2 * 60 * 1000;
config.timeout = 4 * 60 * 1000;
config.method = "POST";
config.responseType = "text";
config.header = {