|
|
|
@ -36,9 +36,10 @@ |
|
|
|
} |
|
|
|
|
|
|
|
@section scripts { |
|
|
|
<abp-script-bundle name="@typeof(IndexModel).FullName"> |
|
|
|
|
|
|
|
@if (Model.LoadSuccess) |
|
|
|
{ |
|
|
|
<abp-script-bundle name="@typeof(IndexModel).FullName"> |
|
|
|
<abp-script type="@typeof(MalihuCustomScrollbarPluginScriptBundleContributor)"/> |
|
|
|
<abp-script type="@typeof(ClipboardScriptBundleContributor)"/> |
|
|
|
<abp-script type="@typeof(AnchorJsScriptBundleContributor)"/> |
|
|
|
@ -48,13 +49,16 @@ |
|
|
|
<abp-script src="/Pages/Documents/Project/bootstrap-toc.js"/> |
|
|
|
<abp-script src="/Pages/Documents/Shared/Scripts/vs.js"/> |
|
|
|
<abp-script src="/Pages/Documents/Project/index.js"/> |
|
|
|
</abp-script-bundle> |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
<abp-script src="/Pages/Documents/Shared/ErrorComponent/error.js"/> |
|
|
|
<abp-script-bundle name="@typeof(ErrorViewComponent).FullName"> |
|
|
|
<abp-script src="/Pages/Documents/Shared/ErrorComponent/error.js"/> |
|
|
|
</abp-script-bundle> |
|
|
|
} |
|
|
|
|
|
|
|
</abp-script-bundle> |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@if (Model.LoadSuccess) |
|
|
|
|