update TWA Management v0.0.1
This commit is contained in:
@ -62,6 +62,7 @@
|
||||
<div id="footer">
|
||||
@await Html.PartialAsync("~/Views/Partial/Footer.cshtml")
|
||||
</div>
|
||||
|
||||
@section jsLib {
|
||||
<script type="module" src="@Url.AbsoluteContent("~/js/js-page/asyncLayout.js")" js-lib></script>
|
||||
}
|
||||
|
||||
9
TWASys-App/Views/Shared/_LayoutLogin.cshtml
Normal file
9
TWASys-App/Views/Shared/_LayoutLogin.cshtml
Normal file
@ -0,0 +1,9 @@
|
||||
<section id="header">
|
||||
|
||||
</section>
|
||||
<section id="footer">
|
||||
|
||||
</section>
|
||||
@section jsLib {
|
||||
<script type="module" src="@Url.AbsoluteContent("~/js/js-page/asyncLoginLayout.js")" js-lib></script>
|
||||
}
|
||||
Reference in New Issue
Block a user