fetch("/json/menuTree.json")
  .then((response) => response.json())
  .then((res) => {
    console.info(res);
  });