Commit b3dc7e3a by guanzhenshan

增加没有开发的提示页面

parent 94f3c5d2
...@@ -276,5 +276,10 @@ namespace Bailun.DC.Web.Controllers ...@@ -276,5 +276,10 @@ namespace Bailun.DC.Web.Controllers
return Json(obj); return Json(obj);
} }
public ActionResult NoData()
{
return View();
}
} }
} }
\ No newline at end of file
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>暂无数据</title>
</head>
<body style="text-align:center;padding:0px;margin:0px;">
<h3 style="margin-top:60px;text-align:center;">功能还在开发中,敬请期待...</h3>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment