Files

17 lines
203 B
Plaintext
Raw Permalink Normal View History

2025-11-25 17:41:24 +08:00
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}
<div id="topoContent">
</div>
<script>
$(document).ready(function () {
gotoAction('/CxwJournalLog/JournalList');
});
</script>