feature/2.19.1.2501.01-移动端查看工资单密码设置

This commit is contained in:
lys 2025-04-17 15:23:58 +08:00
parent aaf00ace3c
commit b3fff361ec
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ export default class Authority extends React.Component {
render() {
const { store } = this.props;
const { loading, hasRight } = store;
console.log("store", store);
const style = {
position: "absolute",
top: "50%",
@ -27,7 +26,6 @@ export default class Authority extends React.Component {
}
if (hasRight) {
console.log("this.props.children", this.props.children);
return this.props.children;
} else {
return (