Authored by 毕凯

Merge branch 'hotfix/headerSysUserSessionCall'

@@ -268,6 +268,11 @@ @@ -268,6 +268,11 @@
268 </script> 268 </script>
269 </div> 269 </div>
270 <input id="api-domain" type="hidden" value="{{apiDomain}}"> 270 <input id="api-domain" type="hidden" value="{{apiDomain}}">
271 -<script src="{{sysUserSession}}"></script> 271 +<script type="text/javascript">
  272 +if (typeof call === 'undefined' || typeof call !== 'function') {
  273 + function call() {}
  274 +}
  275 +</script>
  276 +<script async src="{{sysUserSession}}"></script>
272 {{/headerdata}} 277 {{/headerdata}}
273 278