From 2764f03aa5b11549fd4011598c4020260eedefa7 Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Wed, 31 Dec 2025 18:20:02 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=AF=BC=E5=85=A5=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=96=B0=E5=A2=9E2=E5=88=86=E9=92=9F?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/goodsTool.js | 1 + src/views/product/goodsImport/importCategory.vue | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/goodsTool.js b/src/api/goodsTool.js index 188d622..f8075af 100644 --- a/src/api/goodsTool.js +++ b/src/api/goodsTool.js @@ -159,6 +159,7 @@ export async function categoryImportData(data) { 'Content-Type': 'multipart/form-data', }, data, + timeout: 120000 }) } export async function brandImportData(data) { diff --git a/src/views/product/goodsImport/importCategory.vue b/src/views/product/goodsImport/importCategory.vue index 58e0d98..fd3e0d3 100644 --- a/src/views/product/goodsImport/importCategory.vue +++ b/src/views/product/goodsImport/importCategory.vue @@ -159,7 +159,6 @@ export default { this.uploadMessageType = 'success' const res = await GoodsToolApi.categoryImportData(formData) - console.log("?????",res) if (res.status === 200) { this.uploadMessage = '文件上传成功!' this.uploadMessageType = 'success'