no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-04-03 18:43:36 +08:00
parent aa71a004ea
commit f1ae23b2e1

View File

@ -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;