xiaogang 3 tahun lalu
induk
melakukan
2eb2a0c1fc
1 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 6 6
      app/Admin/Controllers/UserController.php

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

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