mirror of
https://github.com/jeecgboot/jeecg-uniapp.git
synced 2026-01-13 07:02:56 +08:00
JeecgUniapp/issues/58 对接 sas分支无法登录
This commit is contained in:
@@ -53,7 +53,7 @@ const httpInterceptor = {
|
||||
const userStore = useUserStore()
|
||||
const { token } = userStore.userInfo as unknown as IUserInfo
|
||||
if (token) {
|
||||
options.header.Authorization = `Bearer ${token}`
|
||||
options.header.Authorization = `${token}`
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user