在导航中跳转时,视图是缓存的。如果要求某视图在离开后就销毁,需要实现
public class ViewAViewModel : BindableBase, INavigationAware, IRegionMemberLifetime { public bool KeepAlive=>false; }