@@ -83,7 +83,7 @@ class MainHeader extends Component {
this.props.history.push('/subscribeList')
} else if (funcObj.name === '待审批') {
window.open(
- _baseURL + '/uas/approvalHome/' + this.props.userState.accountCode)
+ _baseURL + '/uas/#/uasApproval/' + this.props.userState.accountCode)
}