This commit is contained in:
ChiKyun Kim
2025-11-11 08:39:59 +09:00
parent a966b4a6ab
commit e6a39d52e9
15 changed files with 60 additions and 128 deletions

View File

@@ -227,7 +227,7 @@ namespace Project
void Func_Login()
{
//Pub.InitWebView = 2;
this.sbWeb.Text = $"Host:{(webok ? "O" : "X")},WebView:{Pub.InitWebView}";
this.sbWeb.Text = $"Host:{(webok ? "O" : "X")},WebView:{Pub.InitWebView},Server:{Pub.WebServiceURL}";
if (webok && Pub.InitWebView == 1)
{
using (var f = new Dialog.fLogin_WB())
@@ -1044,11 +1044,10 @@ namespace Project
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
var url = $"{Pub.setting.WebServiceURL}/item/find";
var url = $"{Pub.WebServiceURL}/item/find";
Util.RunExplorer(url);
}
private void layoutToolStripMenuItem_Click(object sender, EventArgs e)
{
string formkey = "PLYOU";
@@ -1073,7 +1072,7 @@ namespace Project
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
Util.RunExplorer($"{Pub.setting.WebServiceURL}/Manual");
Util.RunExplorer($"{Pub.WebServiceURL}/Manual");
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)