[图片] 提示一模一样,在模拟器不运行,但偶尔运行。提交审核线上发布后,部分功能不能用。官方到底有没有解决办法?
开发工具遇到提示信息,怎么修复或者屏蔽掉?[图片] Content Security Policy of your site blocks the use of 'eval' in JavaScriptThe Content Security Policy (CSP) prevents the evaluation of arbitrary strings as JavaScript to make it more difficult for an attacker to inject unathorized code on your site.To solve this issue, avoid using [代码]eval()[代码], [代码]new Function()[代码], [代码]setTimeout([string], ...)[代码] and [代码]setInterval([string], ...)[代码] for evaluating strings.If you absolutely must: you can enable string evaluation by adding [代码]unsafe-eval[代码] as an allowed source in a [代码]script-src[代码] directive.⚠️ Allowing string evaluation comes at the risk of inline script injection.如图所示
2021-12-04你好,问题解决了吗?我也遇到了同样的问题,环境没了。。。。。
怎么找到原来的云环境?原来的云环境到期了,想去续费。但是续费之后就自动开成了一个新云环境。现在在开发者工具里原来的云环境也看不到。怎么办啊求助555555
2021-08-10