1111
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
export class PageExtend {
|
||||
public static Redirect(route: string) {
|
||||
navigateTo(route)
|
||||
}
|
||||
|
||||
public static RedirectTo(route: string) {
|
||||
navigateTo(route, { replace: true })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user