xiaogang 3 năm trước cách đây
mục cha
commit
f7d86a1327
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      app/Admin/Controllers/UserController.php

+ 3 - 3
app/Admin/Controllers/UserController.php

xqd
@@ -62,11 +62,11 @@ class UserController extends AdminController
             $actions->disableEdit();
             $actions->append(new SetUserInfo(User::class));
             $actions->append(new UserAction(User::class));
-            $actions->append(new UserChange(User::class));
+//            $actions->append(new UserChange(User::class));
 //            if ($actions->row->is_auth == 0) {
-//            $actions->append(new UserAuth(User::class));
+            $actions->append(new UserAuth(User::class));
 //            }
-            $actions->append(new UserVip(User::class));
+//            $actions->append(new UserVip(User::class));
         });
 
         //批量操作