调试看出在执行dotnet.6.0.0.fof53xxcmn.js
时出现ReferenceError: Cant find variable: globalThis
错误
加入下面代码即可
<script>
!function(t){function e(){var e=this||self;e.globalThis=e,delete t.prototype._T_}"object"!=typeof globalThis&&(this?e():(t.defineProperty(t.prototype,"_T_",{configurable:!0,get:e}),_T_))}(Object);
</script>