作者 黄超

2024.09.12 kevin xs

open_basedir=/www/wwwroot/yysw.ynzhsk.cn/:/tmp/
\ No newline at end of file
... ... @@ -153,7 +153,7 @@ return [
// 错误显示信息,非调试模式有效
'error_message' => '你所浏览的页面暂时无法访问',
// 显示错误信息
'show_error_msg' => false,
'show_error_msg' => true,
// 异常处理handle类 留空使用 \think\exception\Handle
'exception_handle' => '',
// +----------------------------------------------------------------------
... ... @@ -291,7 +291,7 @@ return [
//插件纯净模式,插件启用后是否删除插件目录的application、public和assets文件夹
'addon_pure_mode' => true,
//允许跨域的域名,多个以,分隔
'cors_request_domain' => 'localhost,127.0.0.1,192.168.31.60:3000,localhost:8099,www.bqh.com:8090,bqh.com:8090,xhyq.xp.yn.cn,yhwk.cn,hx.yhwk.ynzhsk.cn,screen.yhwk.ynzhsk.cn,121.37.3.63:5000',
'cors_request_domain' => 'localhost,https://yysw.ynzhsk.cn',
//版本号
'version' => '1.2.1.20210730_beta',
//API接口地址
... ...