add:fronted

This commit is contained in:
lan
2023-08-14 05:03:07 +08:00
parent 3f598d6ef8
commit 2baaa0459d
14 changed files with 203 additions and 69 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const instance = axios.create({
});
const Request = axios.create({
baseURL: "http://localhost:8000",
baseURL: "http://localhost:12345",
timeout: 6000000,
});