gowshwah
2026-03-12 571a25d4865e8865cf1e80f3ba86cc4cbebe8d03
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) {