...
|
...
|
@@ -268,6 +268,11 @@ |
|
|
</script>
|
|
|
</div>
|
|
|
<input id="api-domain" type="hidden" value="{{apiDomain}}">
|
|
|
<script src="{{sysUserSession}}"></script>
|
|
|
<script type="text/javascript">
|
|
|
if (typeof call === 'undefined' || typeof call !== 'function') {
|
|
|
function call() {}
|
|
|
}
|
|
|
</script>
|
|
|
<script async src="{{sysUserSession}}"></script>
|
|
|
{{/headerdata}}
|
|
|
|
...
|
...
|
|