We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2b09a commit 6654a93Copy full SHA for 6654a93
src/views/infra/file/index.vue
@@ -110,7 +110,7 @@ export default {
110
open: false, // 是否显示弹出层
111
title: "", // 弹出层标题
112
isUploading: false, // 是否禁用上传
113
- url: process.env.VUE_APP_BASE_API + '/admin-api/infra/file/upload", // 请求地址
+ url: process.env.VUE_APP_BASE_API + "/admin-api/infra/file/upload", // 请求地址
114
headers: { Authorization: "Bearer " + getToken() }, // 设置上传的请求头部
115
data: {} // 上传的额外数据,用于文件名
116
},
0 commit comments