104
This commit is contained in:
@@ -28,12 +28,9 @@ const request = (params) => {
|
||||
}
|
||||
let header = {}
|
||||
method = method.toUpperCase()
|
||||
if (method == 'POST') {
|
||||
header = {
|
||||
'Content-Type': 'application/json;charset=UTF-8',
|
||||
'Authorization': token
|
||||
}
|
||||
// data = qs.stringify(data)
|
||||
header = {
|
||||
'Content-Type': 'application/json;charset=UTF-8',
|
||||
'Authorization': token
|
||||
}
|
||||
let requestUrl = `${store.getters.baseUrl}/` + url;
|
||||
if (acsurl) {
|
||||
|
||||
Reference in New Issue
Block a user