no message

This commit is contained in:
A1300399510 2024-11-14 18:51:25 +08:00
parent 4c1b96cadc
commit 68b025811a

View File

@ -3,7 +3,7 @@ const projectBaseURL = "https://project.gter.net"
if (["localhost", "127.0.0.1"].includes(location.hostname)) { if (["localhost", "127.0.0.1"].includes(location.hostname)) {
console.log(111); console.log(111);
axios.defaults.headers = { axios.defaults.headers = {
"Authorization": "e0ebd36621dc8578fdd6f177b00a8e7b", // "Authorization": "e0ebd36621dc8578fdd6f177b00a8e7b",
} }
} }