WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2020-12-30 e70d240522af1aae7eea3b6441596cc0ae61a157
修复微信pc端请求没有带cookie的问题
1 files modified
1 ■■■■ changed files
bases/Fetcher.js 1 ●●●● patch | view | raw | blame | history
bases/Fetcher.js
@@ -30,6 +30,7 @@
            'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8',
            'Ax-Rq-Type': 'separation',
        },
        credentials: 'same-origin',
        dataType: 'json',
        timeout: 30 * 1000,
    };