潘志宝
2024-12-30 9e2e0baeff46fb6ecfe21145f7250d67b13ca79e
src/directives/permission/hasPermi.ts
@@ -8,7 +8,8 @@
    const { wsCache } = useCache()
    const { value } = binding
    const all_permission = '*:*:*'
    const permissions = wsCache.get(CACHE_KEY.USER).permissions
    const userInfo = wsCache.get(CACHE_KEY.USER)
    const permissions = userInfo?.permissions || []
    if (value && value instanceof Array && value.length > 0) {
      const permissionFlag = value