no message

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

View File

@ -48,12 +48,9 @@ function $ajaxget(url, data) {
.get(url, {
emulateJSON: true,
withCredentials: true,
headers: {
"Cache-Control": "max-age=3600",
// 'cache-control': 'no-cache',
// 'Pragma': 'no-cache'
},
// headers: {
// "Cache-Control": "max-age=3600",
// },
})
.then((res) => {
var data = typeof res.data == "string" ? JSON.parse(res.data) : res.data;