ソースを参照

更新拖拽版的地址/SSOSystem/NoLogin

金隅分支
zhangli 3年前
コミット
d1b349e53e
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs ファイルの表示

@@ -863,7 +863,7 @@ namespace Learun.Application.Web.Controllers
/// 网上办事大厅拖拽版-未登录页面
/// </summary>
/// <returns></returns>
public ActionResult DragNoLogin()
public ActionResult NoLogin()
{
//获取错误次数
ViewBag.errornum = OperatorHelper.Instance.GetCurrentErrorNum();
@@ -884,7 +884,7 @@ namespace Learun.Application.Web.Controllers
ViewBag.WeixinLoginSwitch = result4;


return View();
return View("DragNoLogin");
}

/// <summary>


読み込み中…
キャンセル
保存