RuoYi
2025-06-20 e549210ad6c05fd2cf2e199c5c081ce984ca060f
ruoyi-ui/src/directive/permission/hasPermi.js
@@ -8,7 +8,7 @@
export default {
  inserted(el, binding, vnode) {
    const { value } = binding
    const all_permission = "*:*:*";
    const all_permission = "*:*:*"
    const permissions = store.getters && store.getters.permissions
    if (value && value instanceof Array && value.length > 0) {