* zin: update cookie tab before request content.

This commit is contained in:
sunhao
2024-02-23 13:36:12 +08:00
parent f39fb1a56e
commit b8cfacaa62
+1
View File
@@ -511,6 +511,7 @@
}
}
};
$.cookie.set('tab', currentCode, {expires: config.cookieLife, path: config.webRoot});
return $.ajax(ajaxOptions);
}