RaoMeng 5 سال پیش
والد
کامیت
80c4b0a7e3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      uas-office-web/wxuasapproval/src/configs/router.config.js

+ 1 - 1
uas-office-web/wxuasapproval/src/configs/router.config.js

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