移动端检查修改

This commit is contained in:
geh
2025-09-16 10:56:03 +08:00
parent 19ea2f2363
commit bf9f9c44b5
10 changed files with 109 additions and 55 deletions
+8 -1
View File
@@ -673,6 +673,10 @@ namespace FineUIPro.Web
{
this.Tab1.IFrameUrl = "";
}
else if (type == Const.Menu_SJTB_P)
{
this.Tab1.IFrameUrl = "";
}
}
else
{
@@ -725,7 +729,10 @@ namespace FineUIPro.Web
{
this.MenuSwitchMethod(Const.Menu_Device_P);
}
protected void btnServer_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_SJTB_P);
}
protected void btnHSSE_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_HSSE_P);