diff --git a/FRControl/Home.cs b/FRControl/Home.cs index 4c45132..a539a50 100644 --- a/FRControl/Home.cs +++ b/FRControl/Home.cs @@ -67,7 +67,7 @@ namespace FRControl //System.Diagnostics.Process.Start(Properties.Settings.Default.personInterview); WebView webView = new WebView(); title = Properties.Settings.Default.personName; - url = Properties.Settings.Default.personInterview; + url = Properties.Settings.Default.personInterview+"?casLv=1&service=https://www.12309.gov.cn/sppWeb/j_spring_cas_security_check"; //webView.param = Properties.Settings.Default.caseInformation; webView.Show(); } diff --git a/FRControl/WebView.cs b/FRControl/WebView.cs index 32a7ad0..0cbd27a 100644 --- a/FRControl/WebView.cs +++ b/FRControl/WebView.cs @@ -43,7 +43,7 @@ namespace FRControl this.webBrowser1.Url = new Uri(Home.url); this.TitleLab.Text = Home.title; this.webBrowser1.ScriptErrorsSuppressed = true; - this.webBrowser1.ScrollBarsEnabled = false; + //this.webBrowser1.ScrollBarsEnabled = false; }