第二次提交,测试

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: {
'Content-Type': 'application/json'
}
//测试
});
// 请求拦截器(可选)