删除多余的字符

This commit is contained in:
RuoYi
2022-10-28 21:06:57 +08:00
parent 7dfd0597f5
commit 2fbb6d6270

View File

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