Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'El

使用nginx服务器的时候访问报错,改了很多遍就是么找到bug在哪里

后来看了NGINX的配置文件发现每个配置文件都是有自己的json格式的

因为我写了一串注释,且写在格式里面,当服务器启动的时候他就没有办法解析成需要的数据格式,

识别不了,就访问失败,页面就没有数据

错误的json:

Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'El_第1张图片

写了一串注释      #1004调用接口查询数据库 1002调用json数据

正确的配置文件里面不要加任何东西也不要更改数据格式,因为NGINX有固定的数据格式

Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'El_第2张图片

你可能感兴趣的:(修改BUG)