@ -17,6 +17,8 @@ async function request(url, method, data, params, header = {}) {
params,
method,
header,
withCredentials: true,
crossDomain: true,
url: config.host + url
}).then(res => {
// 测试期间每个请求都console