修改首页待办跳转bug
This commit is contained in:
parent
de20531bc4
commit
d39fc85ed4
|
|
@ -109,7 +109,8 @@
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.CurrUser.LoginProjectId = this.CurrUser.LastProjectId;
|
this.CurrUser.LoginProjectId = this.CurrUser.LastProjectId;
|
||||||
url = "indexProject.aspx?projectId=" + this.CurrUser.LastProjectId + "#/SysManage/UpdatePassword.aspx";
|
url = "indexProject.aspx?projectId=" + this.CurrUser.LastProjectId;
|
||||||
|
//url = "indexProject.aspx?projectId=" + this.CurrUser.LastProjectId + "#/SysManage/UpdatePassword.aspx";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
|
|
@ -623,7 +623,13 @@ namespace FineUIPro.Web
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (this.CurrUser.Password == Const.MD5pwd)
|
||||||
|
{
|
||||||
|
this.Tab1.IFrameUrl = "~/SysManage/UpdatePassword.aspx";
|
||||||
|
}
|
||||||
|
}
|
||||||
this.CurrUser.LastMenuType = type;
|
this.CurrUser.LastMenuType = type;
|
||||||
if (!string.IsNullOrEmpty(type))
|
if (!string.IsNullOrEmpty(type))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue