Browse Source
web appsettings.json 加入 "TestLogUncPath": "\\\\10.168.135.236\\TestLog\\SWMLog\\",PTD
3 changed files with 45 additions and 5 deletions
@ -0,0 +1,12 @@ |
|||||
|
@{ |
||||
|
Layout = "~/Views/Shared/_AMESLayout.cshtml"; |
||||
|
} |
||||
|
|
||||
|
<div class="layui-card-body"> |
||||
|
<div class="layui-row"> |
||||
|
<pre>@ViewBag.Log</pre> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
@section Scripts{ |
||||
|
} |
Loading…
Reference in new issue