..
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Project.Dialog
|
||||
webView21.CoreWebView2.WebMessageReceived += WebView2_WebMessageReceived;
|
||||
|
||||
// OWIN 서버의 Login 페이지로 연결
|
||||
webView21.Source = new Uri($"{Pub.setting.WebServiceURL}/home/login");
|
||||
webView21.Source = new Uri($"{Pub.WebServiceURL}/home/login");
|
||||
label1.Visible = false;
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user