Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -456,6 +456,7 @@ export class ProcessUtils { | @@ -456,6 +456,7 @@ export class ProcessUtils { | ||
| 456 | pageID: 'FeedBackActivity' | 456 | pageID: 'FeedBackActivity' |
| 457 | } as Params, | 457 | } as Params, |
| 458 | }; | 458 | }; |
| 459 | + | ||
| 459 | WDRouterRule.jumpWithAction(taskAction) | 460 | WDRouterRule.jumpWithAction(taskAction) |
| 460 | } | 461 | } |
| 461 | 462 | ||
| @@ -463,6 +464,7 @@ export class ProcessUtils { | @@ -463,6 +464,7 @@ export class ProcessUtils { | ||
| 463 | * 跳转到登录页 | 464 | * 跳转到登录页 |
| 464 | */ | 465 | */ |
| 465 | public static gotoLoginPage() { | 466 | public static gotoLoginPage() { |
| 467 | + | ||
| 466 | WDRouterRule.jumpWithPage(WDRouterPage.loginPage) | 468 | WDRouterRule.jumpWithPage(WDRouterPage.loginPage) |
| 467 | } | 469 | } |
| 468 | } | 470 | } |
-
Please register or login to post a comment