|
@@ -152,7 +152,8 @@ export default {
|
|
|
const config = {
|
|
|
headers: {
|
|
|
// 'Content-Type': 'multipart/form-data'
|
|
|
- 'Content-Type': 'multipart/json'
|
|
|
+ 'Content-Type': 'multipart/json',
|
|
|
+ 'referer': 'https://xingyun.xiaojukeji.com'
|
|
|
},
|
|
|
withCredentials: false
|
|
|
} // 添加请求头
|