fixing path file menu

This commit is contained in:
Warunee Tamkoo 2024-12-06 18:14:24 +07:00
parent 539059bade
commit 4317f7f7d1

View file

@ -50,7 +50,7 @@ function getLocalStorageItem(key: string): string | null {
onMounted(async () => {
{
const data = await fetch("/toc.json").then((r) => r.json());
const data = await fetch("/manual/toc.json").then((r) => r.json());
if (!!queryRole) {
setLocalStorageItem("role", queryRole);