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 054ed40 commit 9538d1bCopy full SHA for 9538d1b
src/utils/request.js
@@ -6,7 +6,7 @@ import { getToken } from '@/utils/auth'
6
// create an axios instance
7
const service = axios.create({
8
baseURL: process.env.VUE_APP_BASE_API, // url = base url + request url
9
- withCredentials: true, // send cookies when cross-domain requests
+ // withCredentials: true, // send cookies when cross-domain requests
10
timeout: 5000 // request timeout
11
})
12
0 commit comments