update src/views/system/user/index.vue.
Signed-off-by: GXRoger <875161928@qq.com>
This commit is contained in:
parent
e7eb8cf9b7
commit
273221b6df
@ -334,7 +334,7 @@ const upload = reactive<ImportOption>({
|
||||
// 是否更新已经存在的用户数据
|
||||
updateSupport: 0,
|
||||
// 设置上传的请求头部
|
||||
headers: { Authorization: "Bearer " + getToken() },
|
||||
headers: { Authorization: "Bearer " + getToken(), clientid: import.meta.env.VITE_APP_CLIENT_ID },
|
||||
// 上传的地址
|
||||
url: import.meta.env.VITE_APP_BASE_API + "/system/user/importData"
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user