From 2f6a97f785b6b8ac36293caa1e1fd3cdcf2ccace Mon Sep 17 00:00:00 2001 From: leon <916117771@qq.com> Date: Thu, 9 Apr 2026 10:25:19 +0800 Subject: [PATCH] =?UTF-8?q?config(fastadmin):=20=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=89=8D=E5=8F=B0=E4=BC=9A=E5=91=98=E4=B8=AD=E5=BF=83=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 fastadmin.usercenter 配置项从 true 改为 false - 禁用前台会员中心页面访问功能 --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index 83e80f0..ecf0507 100644 --- a/application/config.php +++ b/application/config.php @@ -268,7 +268,7 @@ return [ //FastAdmin配置 'fastadmin' => [ //是否开启前台会员中心 - 'usercenter' => true, + 'usercenter' => false, //会员注册验证码类型email/mobile/wechat/text/false 'user_register_captcha' => 'text', //登录验证码