Update app.php

This commit is contained in:
邹景立 2021-09-14 15:35:10 +08:00
parent 91233c8de2
commit 26e92b8a64

View File

@ -37,4 +37,9 @@ return [
'error_message' => '页面错误!请稍后再试~',
// 调试模式异常页面的模板文件
// 'exception_tmpl' => app()->getBasePath() . 'admin/view/error.tpl',
// 自动配置跨域
'cors_auto' => true,
// 配置跨域域名
'cors_host' => [],
];