fixing path file menu
This commit is contained in:
parent
539059bade
commit
4317f7f7d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue