From 3f1b2d34c2ec7e7e36c4b1316548a6600df2befe Mon Sep 17 00:00:00 2001 From: jbrazz <2436953959@qq.com> Date: Fri, 8 Nov 2019 09:27:17 +0800 Subject: [PATCH] upt --- Application/Admin/Controller/MemberController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/MemberController.class.php b/Application/Admin/Controller/MemberController.class.php index 0d316286e..e83d3c369 100644 --- a/Application/Admin/Controller/MemberController.class.php +++ b/Application/Admin/Controller/MemberController.class.php @@ -1151,7 +1151,7 @@ class MemberController extends ThinkController M('device_bans', 'tab_')->add(['type'=>$type, 'tag'=>$tag, 'create_time'=>time(), 'operator_id'=>is_login()]); } - return $this->success("新增成功"); + return $this->success("新增成功", U('Member/device_bans_list')); } else { M('device_bans', 'tab_')->where(['id'=>$id])->delete(); return $this->success("解除成功");