feature/2.19.1.2501.01-移动端查看工资单密码设置
This commit is contained in:
parent
aaf00ace3c
commit
b3fff361ec
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue