module-theme/view/frontend/templates/page/js/require_js.phtml' in module: '' block's name: 'require.js'

解决办法
vendor/magento/framework/View/Element/Template/File/Validator.php
// $realPath = $this->fileDriver->getRealPath($path);
//windows compatibility
$realPath = str_replace('\\', '/', $this->fileDriver->getRealPath($path));
