import { Component } from '@angular/core'; @Component({ selector: 'app-guard-leave', template: `

离开时需要确认

` }) export class GuardLeaveComponent {}