From dacd5eb349e227c3d51b9b9bb7c09e5997325385 Mon Sep 17 00:00:00 2001 From: sh <2022704648@qq.com> Date: Mon, 30 Dec 2019 10:28:53 +0800 Subject: [PATCH] 打开webBrowser的滚动条,修改律师阅卷连接 --- FRControl/Home.cs | 2 +- FRControl/WebView.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } -- libgit2 0.21.4