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.
2 parents fc2b09a + 6654a93 commit abe1d6fCopy full SHA for abe1d6f
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