check bugs

This commit is contained in:
yubao
2018-04-14 15:56:44 +08:00
parent 18cc60152b
commit 5a89eb2230
6 changed files with 151 additions and 16 deletions

View File

@@ -24,6 +24,10 @@ namespace OpenAuth.Mvc.Controllers
{
return View();
}
public ActionResult Preview()
{
return View();
}
//流程节点信息
public ActionResult NodeInfo()