gaoluyang
2025-11-27 357242b782a2e9a28bfc7f77257e544bacd7f868
src/directive/permission/hasPermi.js
@@ -8,7 +8,7 @@
export default {
  mounted(el, binding, vnode) {
    const { value } = binding
    const all_permission = "*:*:*";
    const all_permission = "*:*:*"
    const permissions = useUserStore().permissions
    if (value && value instanceof Array && value.length > 0) {