d74dee29 by 任超
2 parents 7b918a52 517a5e96
...@@ -10,7 +10,8 @@ const service = axios.create({ ...@@ -10,7 +10,8 @@ const service = axios.create({
10 baseURL: process.env.VUE_APP_BASE_API, 10 baseURL: process.env.VUE_APP_BASE_API,
11 withCredentials: true, //是否允许跨域 11 withCredentials: true, //是否允许跨域
12 headers: { 12 headers: {
13 'Content-Type': 'application/json; charset=utf-8' 13 'Content-Type': 'application/json; charset=utf-8',
14 'Authorization':'bearer AT-16-oqkOHiUSsDdFA-eAZ49k2rJQDTzQpClO'
14 }, 15 },
15 timeout: 15000 16 timeout: 15000
16 }) 17 })
......