We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
登陆页面的样式href http://127.0.0.1/ea/Public/Min/?f=/ea/Public/stylesheets/admin/base.css|/ea/Public/javascripts/admin/asyncbox/skins/default.css 无法加载,导致登陆无法登陆
The text was updated successfully, but these errors were encountered:
你好,请问你使用的服务器应该是nginx吧?如果是nginx的话,可以尝试添加下面的nginx配置:
location / { index index.php index.html; autoindex on; if (!-e $request_filename) { rewrite ^/(.*)$ /index.php/$1 last; break; } }
如果还有问题的话,可以继续给我发issue,谢谢~
Sorry, something went wrong.
No branches or pull requests
登陆页面的样式href
http://127.0.0.1/ea/Public/Min/?f=/ea/Public/stylesheets/admin/base.css|/ea/Public/javascripts/admin/asyncbox/skins/default.css
无法加载,导致登陆无法登陆
The text was updated successfully, but these errors were encountered: