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;