fixing path
This commit is contained in:
parent
6c2ba74f08
commit
eb3f8d3947
5 changed files with 19 additions and 13 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