From e7ae8fb4d18b3a4582fa5d7bed772c7811b29bb5 Mon Sep 17 00:00:00 2001 From: simon429 <1095568674@qq.com> Date: Fri, 1 Oct 2021 23:22:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E4=BC=9A=E5=91=98=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E6=97=B6=EF=BC=8C=E6=8A=A5=E9=94=99=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=A1=B5=E9=93=BE=E6=8E=A5=E8=B7=B3=E8=BD=AC=E5=88=B0=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/index/controller/User.php b/application/index/controller/User.php index 112a1f9f5..098bdffa7 100644 --- a/application/index/controller/User.php +++ b/application/index/controller/User.php @@ -28,7 +28,7 @@ class User extends Frontend $auth = $this->auth; if (!Config::get('fastadmin.usercenter')) { - $this->error(__('User center already closed')); + $this->error(__('User center already closed'), '/'); } //监听注册登录退出的事件 -- Gitee