Could not find "AbortController" in the global scope. You need to polyfill it first
在使用mssql之后报错
这个和数据库应该没有关系,是AbortController这个Controller找不到了,你看看哪里用了这个AbortController。确认下是哪里报的错。找到后分析下代码为什么找不到,是不是没有挂载到全局就拿来使用了