删除多余的字符

This commit is contained in:
RuoYi 2022-10-28 20:34:07 +08:00
parent f5a16e4534
commit fba2763edb

View File

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