update
This commit is contained in:
@@ -7,7 +7,7 @@ const http = axios.create({
|
|||||||
baseURL:
|
baseURL:
|
||||||
import.meta.env.MODE === "development"
|
import.meta.env.MODE === "development"
|
||||||
? "http://localhost:8000/api"
|
? "http://localhost:8000/api"
|
||||||
: "https://webapi.xuyue.cc/api",
|
: "https://web.xuyue.cc/api",
|
||||||
xsrfCookieName: "xsrfCookieName",
|
xsrfCookieName: "xsrfCookieName",
|
||||||
xsrfHeaderName: "X-CSRFTOKEN",
|
xsrfHeaderName: "X-CSRFTOKEN",
|
||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user