fix:1
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user