报错:Uncaught ReferenceError: JSENCRYPT_VERSION is not defined
作者:互联网
测试环境重新打包后发现 JSENCRYPT_VERSION is not defined ,导致页面出不来。代码也没改动,所以猜测是版本问题,之前使用的3.0.0 -rc.1已经下载不到,会下载正式的3.0.0版本。导致报错原因是下图182行JSENCRYPT_VERSION未定义。
解决:用旧的版本。或者自己在index,html 定义下全局变量JSENCRYPT_VERSION 。还有在gitHub上问题里找到的,估计会很快会修复这个问题吧!
import JSEncrypt from 'jsencrypt/bin/jsencrypt.min.js'
转自https://blog.csdn.net/qq_37957866/article/details/113737883?utm_medium=distribute.pc_relevant.none-task-blog-OPENSEARCH-1.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-OPENSEARCH-1.control
标签:OPENSEARCH,defined,blog,VERSION,报错,JSENCRYPT 来源: https://www.cnblogs.com/lydiawork/p/14385698.html