feat: 修改sse调用
This commit is contained in:
@ -28,9 +28,9 @@ export const baseUrl = 'http://192.168.40.41:8001';
|
||||
export const getHeaders = () => {
|
||||
const store = useEnterpriseStore();
|
||||
return {
|
||||
Authorization: glsWithCatch('accessToken'),
|
||||
'Authorization': glsWithCatch('accessToken'),
|
||||
'enterprise-id': store.enterpriseInfo?.id,
|
||||
Accept: 'application/json',
|
||||
'Accept': 'application/json',
|
||||
'Content-Type': 'application/json',
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user