yaowanxin
3 天以前 2bd5971bf7b3e90ec2c928510b506aefeecfdfe0
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) {