This commit is contained in:
2025-07-23 15:14:50 +08:00
parent b6e8df30ff
commit 63442217fc
3 changed files with 18 additions and 7 deletions

View File

@ -26,7 +26,7 @@ const reload = () => {
provide("reload", reload);
onMounted(() => {
document.title = "林芝";
initPage()
// initPage()
});
/**