update src/views/system/user/index.vue.

Signed-off-by: GXRoger <875161928@qq.com>
This commit is contained in:
GXRoger 2023-07-25 07:53:01 +00:00 committed by Gitee
parent e7eb8cf9b7
commit 273221b6df
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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"
})