From 10fb1aec73e660317a639286314c7863a45fd68e Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Thu, 9 Jan 2020 17:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=BB=A4=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/BaseController.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Application/Home/Controller/BaseController.class.php b/Application/Home/Controller/BaseController.class.php index d49d76c91..d77f22722 100644 --- a/Application/Home/Controller/BaseController.class.php +++ b/Application/Home/Controller/BaseController.class.php @@ -332,7 +332,9 @@ class BaseController extends HomeController case 'Home/Safe/verifyPassword': break; case 'Home/Safe/safeDocument': - break; + break; + case 'Home/Promote/popRuleDetail': + break; default: $this->tips($status,U('Safe/modifyBaseInfo')); break;