dev2 #1

Open
panjunjie wants to merge 201 commits from dev2 into main
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 2764f03aa5 - Show all commits

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'