documentation:75 Uncaught ReferenceError: SwaggerUIBundle is not defined 问题解决办法

解决方案是修改nginx配置文件,在如下的location中添加try_files,重启nginx即可
location ~* .(jpg|jpeg|png|gif|ico|css|js)$ {
try_files $uri /index.php;
access_log off;
expires 365d;
}
宠物免费领养小程序,欢迎来踩