This commit is contained in:
geh
2025-05-29 09:11:51 +08:00
parent cd67e71e38
commit 4926935d71
9 changed files with 23 additions and 6 deletions
@@ -420,7 +420,8 @@ namespace FineUIPro.Web.common
/// <param name="e"></param>
protected void BtnSJKB_Click(object sender, EventArgs e)
{
string url = Funs.SGGLUrl + "/common/main.aspx";
// string url = Funs.SGGLUrl + "/common/main.aspx";
string url = Funs.SGGLUrl + "/index.aspx";
if (!string.IsNullOrEmpty(url))
{
Response.Write("<script>window.open('" + url + "','_blank')</script>");
@@ -459,7 +460,7 @@ namespace FineUIPro.Web.common
/// <param name="e"></param>
protected void BtnBBZX_OnClick(object sender, EventArgs e)
{
string url = Funs.SGGLUrl + "/index.aspx?menuType=Menu_GroupReport" ;
string url = Funs.SGGLUrl + "/index.aspx?menuType=Menu_SJTB" ;
if (!string.IsNullOrEmpty(url))
{
Response.Write("<script>window.open('" + url + "','_blank')</script>");