RuoYi
2026-04-15 68aeb581cc899f1fa284e6e353e0eb67cb244005
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) {