lanjianrong hace 4 años
padre
commit
f4ac25656c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/access.ts

+ 0 - 2
src/access.ts

@@ -9,8 +9,6 @@ export default function (initialState) {
       return true
     }
     const name = route.path?.match(/\/(\w*)\//)[1]
-    console.log(name)
-
     if (name && permData[name] && permData[name]?.length) {
       return true
     }