异常图片:

主要原因是eslint的曝出的异常没有通过eslint的校验

解决方法:

方法一:使用window.console.log代替console.log

方法二:将eslint不校验console.log   在package.json 页面下的eslintConfig中的rules下设置 :"no-console":"off"

然后重新编译项目就可以了

Logo

前往低代码交流专区

更多推荐