搞了好几天才发现问题是magento程序没有权限
总结:
无权限时赋予权限:
chown -R www-data:www-data html
手动清除缓存:
php bin/magento cache:clean
php bin/magento cache:flush
重新编译:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
重新编译索引:
php bin/magento indexer:reindex