初始化
This commit is contained in:
17
Face.Web/Content/Views/CxwHome/Invariant.cshtml
Normal file
17
Face.Web/Content/Views/CxwHome/Invariant.cshtml
Normal file
@@ -0,0 +1,17 @@
|
||||
@{
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
|
||||
|
||||
<div id="topoContent">
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
|
||||
gotoAction('/CxwJournalLog/JournalList');
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user