Skip to content

Commit

Permalink
baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
a3318375 committed Mar 22, 2024
1 parent a00c6f7 commit 60780ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface HttpResponse {

// 创建axios实例对象
const api: AxiosInstance = axios.create({
baseURL: import.meta.env.BASE_URL,
//baseURL: import.meta.env.BASE_URL,
timeout: 10 * 1000
})

Expand Down

0 comments on commit 60780ce

Please sign in to comment.