简体   繁体   English

没有显示在管理面板中的图像以及没有注销选项。

[英]Images not showing in admin panel as well as no log out option is there.

Magento 2 Community Edition完成后,没有显示在管理面板中的图像以及没有注销选项的地方。

You need to regenerate static content files and clear cache. 您需要重新生成静态内容文件并清除缓存。 All commands assume that your current folder is magento root folder. 所有命令都假定您当前的文件夹是magento根文件夹。 Enter the following command: 输入以下命令:

Regenerate static files: 重新生成静态文件:

php bin/magento setup:static-content:deploy

Clean and flush cache: 清理并刷新缓存:

php bin/magento cache:clean
php bin/magento cache:flush

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM