Files
Web_Faces_Prod/Face.Web/Content/Views/CxwHome/Invariant.cshtml

17 lines
203 B
Plaintext
Raw 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>