fix -- 修复表单文件上传下载问题

This commit is contained in:
konbai
2022-05-10 00:49:39 +08:00
parent f62f7b25d6
commit 78916deee2
2 changed files with 37 additions and 9 deletions

View File

@@ -499,7 +499,7 @@ export const selectComponents = [
__slot__: {
'list-type': true
},
action: 'https://jsonplaceholder.typicode.com/posts/',
action: process.env.VUE_APP_BASE_API + "/system/oss/upload",
disabled: false,
accept: '',
name: 'file',