Explorar el Código

删除多余的字符

RuoYi hace 2 años
padre
commit
fba2763edb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/directive/permission/hasRole.js

+ 1 - 1
src/directive/permission/hasRole.js

@@ -22,7 +22,7 @@ export default {
         el.parentNode && el.parentNode.removeChild(el)
       }
     } else {
-      throw new Error(`请设置角色权限标签值"`)
+      throw new Error(`请设置角色权限标签值`)
     }
   }
 }