mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
feat: 实现后台请求兼容接口的模式
This commit is contained in:
@@ -43,4 +43,6 @@ return [
|
||||
'show_error_msg' => false,
|
||||
// 静态资源上传到OSS前缀
|
||||
'oss_static_prefix' => Env::get('adminsystem.oss_static_prefix', 'static_ulthon_admin'),
|
||||
// 自动兼容接口响应
|
||||
'auto_parse_api' => Env::get('app.auto_parse_api', true),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user