src/utils/permission.js
@@ -22,6 +22,7 @@ } function permsJudge(value) { let perms = JSON.parse(localStorage.getItem("listPermission")|| '0'); console.log(value, perms) for (let i in perms) { if(typeof value == 'object'){ let val = value[0]