no message
This commit is contained in:
parent
ec9ddc5a56
commit
8526203298
@ -46,11 +46,11 @@ function $ajaxget(url, data) {
|
||||
return new Promise((resolve, reject) => {
|
||||
axios
|
||||
.get(url, {
|
||||
headers: {
|
||||
"Cache-Control": "max-age=3600",
|
||||
},
|
||||
emulateJSON: true,
|
||||
withCredentials: true,
|
||||
// headers: {
|
||||
// "Cache-Control": "max-age=3600",
|
||||
// },
|
||||
})
|
||||
.then((res) => {
|
||||
var data = typeof res.data == "string" ? JSON.parse(res.data) : res.data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user