1. 查看现在是什么模式(windows下是反斜杠哦):
php bin/magento deploy:mode:show
2. 切换模式为production
php bin/magento deploy:mode:set production
卤煮试了下,然后悲剧了。。。
开启拯救模式
切换到develpoer模式,显示 maintenance mode is enabled
php bin/magento deploy:mode:set developer
关闭maintenance mode,重新切换developer模式,再次打开页面发现页面正常显示了
php bin/magento maintenance:disable
php bin/magento deploy:mode:set developer
3.查看所有命令
php bin/magento list