fix: #1401 try to disable zoom

This commit is contained in:
Yidadaa
2023-05-11 23:21:16 +08:00
parent cdfcf0f068
commit 36adfe87fb
3 changed files with 9 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ const makeRequestParam = (
};
};
function getHeaders() {
export function getHeaders() {
const accessStore = useAccessStore.getState();
let headers: Record<string, string> = {};