小程序报错(TypeError:|小程序报错:TypeError: Cannot read property 'call' of undefined)

工程 :uni-app+Vue+TypeScript
问题:无法创建组件

小程序报错(TypeError:|小程序报错:TypeError: Cannot read property 'call' of undefined)
文章图片
image.png 参考:https://robinchen.me/tech/2016/10/25/tech-A-case-of-ES6-modules.html
小程序报错(TypeError:|小程序报错:TypeError: Cannot read property 'call' of undefined)
文章图片
image.png 排查:

小程序报错(TypeError:|小程序报错:TypeError: Cannot read property 'call' of undefined)
文章图片
image.png
小程序报错(TypeError:|小程序报错:TypeError: Cannot read property 'call' of undefined)
文章图片
image.png 小程序报错(TypeError:|小程序报错:TypeError: Cannot read property 'call' of undefined)
文章图片
image.png 红色标识的2个导出顺序,与代码顺序不一样。
处理:
调整代码:
import { ApplyAntiCheatCodeRequest, AntiResultResponse } from '@api/gateway/PlatformRandomCode'
【小程序报错(TypeError:|小程序报错:TypeError: Cannot read property 'call' of undefined)】重新构建。没有再报此问题。

    推荐阅读