lanjianrong %!s(int64=4) %!d(string=hai) anos
pai
achega
f4ac25656c
Modificáronse 1 ficheiros con 0 adicións e 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
     }