|
@@ -63,7 +63,7 @@ export class Routes extends React.Component {
|
|
|
getUserConfirmation={getConfirmation}>
|
|
getUserConfirmation={getConfirmation}>
|
|
|
<div style={{ width: '100%', height: '100%' }}>
|
|
<div style={{ width: '100%', height: '100%' }}>
|
|
|
<Switch>
|
|
<Switch>
|
|
|
- <Route path='/' component={PageNotFound}/>
|
|
|
|
|
|
|
+ <Route exact path='/' component={PageNotFound}/>
|
|
|
{/*U审批过渡页面(入口页面)*/}
|
|
{/*U审批过渡页面(入口页面)*/}
|
|
|
<Route path='/uasApproval/:master/:type?'
|
|
<Route path='/uasApproval/:master/:type?'
|
|
|
component={UasApprovalPage}/>
|
|
component={UasApprovalPage}/>
|