We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4aa9e8 commit 1c60df4Copy full SHA for 1c60df4
src/network/request.js
@@ -4,9 +4,9 @@ export function request(config){
4
const instance = axios.create({
5
// baseURL: "/api",
6
withCredentials: true,
7
- // baseURL: "http://localhost:1003/",
8
- baseURL: "http://106.15.201.34:1003/",
9
- timeout: 5000
+ crossDomain: true,
+ baseURL: "http://localhost:1003/",
+ timeout: 3600
10
})
11
12
instance.interceptors.request.use(config => {
0 commit comments