You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DispatchWeb/Views/Home/Welcome.cshtml

16 lines
230 B
Plaintext

2 years ago
@{
}
<div class="wrapper wrapper-content">
</div>
@section bottomJavascript
{
<script>
$(function () {
parent.addMenuTab("@Url.Action("OpSeaeList")", "委托列表", 0)
})
</script>
}