第二次提交,测试

This commit is contained in:
taiyi 2025-10-10 17:33:07 +08:00
parent 5280ca5cbc
commit 7239d473a8

View File

@ -6,6 +6,8 @@ const api = axios.create({
headers: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'
} }
//测试
}); });
// 请求拦截器(可选) // 请求拦截器(可选)