|
@@ -36,10 +36,10 @@ namespace WinBox
|
|
|
this.webBrowser1.ScriptErrorsSuppressed = true;
|
|
|
|
|
|
//页面URL
|
|
|
- this.webBrowser1.Url = new System.Uri("https://web-winapp.lingjiao.cn/build/stage/index/index.html", System.UriKind.Absolute);
|
|
|
+ this.webBrowser1.Url = new System.Uri("http://tt-web.api.ai160.com/debug/build/stage/index/index.html", System.UriKind.Absolute);
|
|
|
this.Controls.Add(this.webBrowser1);
|
|
|
|
|
|
- //RunBat("C:\\John\\WorkSpace\\WebStorm\\winBoxNode\\node_register_service.bat");
|
|
|
+ RunBat("C:\\Lingjiao\\winBoxNode\\start.bat");
|
|
|
}
|
|
|
|
|
|
private void RunBat(string batPath)
|