code refactor

This commit is contained in:
MaysWind
2025-01-20 00:40:46 +08:00
parent 2f7cdfd786
commit 87566010be
+1 -1
View File
@@ -168,7 +168,7 @@ function logout() {
});
}
function onPageAfterIn() {
function onPageAfterIn(): void {
currentLocale.value = getCurrentLanguageTag();
}
</script>