Skip to content

Commit

Permalink
Update axios.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 authored Aug 18, 2024
1 parent 84bb88c commit cba97b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import axios, { type AxiosRequestConfig } from 'axios'
//自动存储cookie

const axiosInstance = axios.create({
baseURL: "/api",
baseURL: "https://phlin.top",
timeout: 10000,
withCredentials: true
})
Expand Down

0 comments on commit cba97b7

Please sign in to comment.