|
@@ -7,7 +7,7 @@ import store from '@/store/index'
|
|
|
// 服务接口地址
|
|
|
// axios.defaults.baseURL = systemConfig.baseUrl
|
|
|
// 携带 cookie
|
|
|
-axios.defaults.withCredentials = true
|
|
|
+axios.defaults.withCredentials = false
|
|
|
|
|
|
// 默认 post 请求,使用 multipart/form-data 形式
|
|
|
axios.defaults.headers.post["Content-Type"] = "application/x-www-form-urlencoded";
|