clay fix : 关闭一系列bug

This commit is contained in:
clay
2022-10-04 20:01:16 +08:00
parent 65e7a1ad86
commit 324f0dc26a
4 changed files with 65 additions and 32 deletions

View File

@@ -15,7 +15,6 @@ export function setThis(that) {
export function getParentNode(id) {
try {
let menuList = JSON.parse(sessionStorage.getItem("menu"));
console.log(menuList,"menuList")
for (let menu of menuList) {
for (let child of menu.children) {
if (id == child.encodeId) {