Skip to content

Commit

Permalink
update: 后台背景色
Browse files Browse the repository at this point in the history
  • Loading branch information
LinMoQC committed May 6, 2024
1 parent 6229a83 commit 68d9aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apis/axios.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import axios from "axios";
import getToken from "./getToken.tsx"

const baseURL = "http://localhost:8080";
// const baseURL = "http://localhost:8080";
const http = axios.create({
baseURL: baseURL,
// baseURL: baseURL,
timeout: 5000
})

Expand Down

0 comments on commit 68d9aca

Please sign in to comment.