初始化
This commit is contained in:
12
看板定阅/Views/Home/Index.cshtml
Normal file
12
看板定阅/Views/Home/Index.cshtml
Normal file
@@ -0,0 +1,12 @@
|
||||
@{
|
||||
ViewData["Title"] = "Home Page";
|
||||
}
|
||||
|
||||
<div>
|
||||
<span></span>
|
||||
<form method="post" action="Home/Monitor">
|
||||
<input type="text" name="deviceid" />
|
||||
<input type="submit" value="监控" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user