From 8e95e774ffd2ac15c6f1cf3977f8defb30d97c1c Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Mon, 7 Nov 2016 10:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/Base.php b/application/admin/controller/Base.php index 2cea750..de47b64 100644 --- a/application/admin/controller/Base.php +++ b/application/admin/controller/Base.php @@ -80,7 +80,7 @@ class Base extends Controller { $this->error("登录超时,请重新登录!", url('User/login')); } }else{ - $this->redirect('Login/index'); + $this->redirect('User/login'); } } } \ No newline at end of file