config(fastadmin): 关闭前台会员中心功能

- 将 fastadmin.usercenter 配置项从 true 改为 false
- 禁用前台会员中心页面访问功能
This commit is contained in:
2026-04-09 10:25:19 +08:00
parent 88467b1797
commit 2f6a97f785

View File

@@ -268,7 +268,7 @@ return [
//FastAdmin配置
'fastadmin' => [
//是否开启前台会员中心
'usercenter' => true,
'usercenter' => false,
//会员注册验证码类型email/mobile/wechat/text/false
'user_register_captcha' => 'text',
//登录验证码