no message
This commit is contained in:
parent
f1ae23b2e1
commit
ec9ddc5a56
@ -48,9 +48,9 @@ function $ajaxget(url, data) {
|
||||
.get(url, {
|
||||
emulateJSON: true,
|
||||
withCredentials: true,
|
||||
headers: {
|
||||
"Cache-Control": "max-age=3600",
|
||||
},
|
||||
// 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