接口节流优化

This commit is contained in:
仲么了
2023-08-31 16:14:15 +08:00
parent 14c7eb5bb1
commit fb5de4370b
4 changed files with 20 additions and 11 deletions

View File

@@ -176,7 +176,7 @@ export default {
this.formData.tempFiles.push(item)
} else {
this.formData.files.push({
url: this.$config.static + item.filePath,
url: item.filePath,
extname: item.name.split('.')[1],
name: item.name,
...item,