|
@@ -27,6 +27,8 @@ partial class LoginViewModel : ObservableObject
|
|
this.UserInfo.Authority = UserAuthority.Guest;
|
|
this.UserInfo.Authority = UserAuthority.Guest;
|
|
_eventAggregator.GetEvent<WindowSwitch>().Page = Pages.MainWindow;
|
|
_eventAggregator.GetEvent<WindowSwitch>().Page = Pages.MainWindow;
|
|
_eventAggregator.GetEvent<WindowSwitch>().Publish();
|
|
_eventAggregator.GetEvent<WindowSwitch>().Publish();
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
[RelayCommand]
|
|
[RelayCommand]
|