Skip to content

Commit

Permalink
fix: user data接口变更
Browse files Browse the repository at this point in the history
  • Loading branch information
OToNaShiAKi committed Feb 27, 2024
1 parent 3c5ba24 commit 43b6527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Baidu.interceptors.response.use(({ data }) => {
});

export const API = axios.create({
baseURL: "http://pp_backend_2023_3.commonwind.top/",
baseURL: "http://1.14.126.44:60022/",
withCredentials: true,
headers: {
origin: "http://pp_backend_2023_3.commonwind.top/",
referer: "http://pp_backend_2023_3.commonwind.top/",
origin: "http://1.14.126.44:60022/",
referer: "http://1.14.126.44:60022/",
},
});
API.interceptors.response.use(({ data }) => {
Expand Down

0 comments on commit 43b6527

Please sign in to comment.