提交代码

This commit is contained in:
2024-04-08 09:51:43 +08:00
parent 9544361049
commit e9499114bc
27 changed files with 153 additions and 246 deletions
+1 -11
View File
@@ -35,17 +35,7 @@ namespace FineUIPro.Web.HJGL.FL
/// <param name="e"></param>
protected void btnUrlN_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(String.Format("window.open('http://192.168.30.40:8102/pcms/');"));
}
/// <summary>
/// 外网进入软件
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnUrlW_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(String.Format("window.open('http://221.232.143.174:8102/pcms');"));
PageContext.RegisterStartupScript(String.Format("window.open('https://4dgd.cwcec.com/');"));
}
/// <summary>