update:导入分类接口新增2分钟超时时间

This commit is contained in:
lihaoyuan 2025-12-31 18:20:02 +08:00
parent cfb1eb33c0
commit 2764f03aa5
2 changed files with 1 additions and 1 deletions

View File

@ -159,6 +159,7 @@ export async function categoryImportData(data) {
'Content-Type': 'multipart/form-data',
},
data,
timeout: 120000
})
}
export async function brandImportData(data) {

View File

@ -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'