JeecgUniapp/issues/58 对接 sas分支无法登录

This commit is contained in:
JEECG
2025-03-20 10:18:46 +08:00
parent 66cde47909
commit 7702886c0d

View File

@@ -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}`
}
},
}