|
@@ -62,9 +62,9 @@ class UserController extends AdminController
|
|
// $actions->disableEdit();
|
|
// $actions->disableEdit();
|
|
// $actions->append(new UserAction(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));
|
|
|
|
-// }
|
|
|
|
|
|
+ if ($actions->row->is_auth == 0) {
|
|
|
|
+ $actions->append(new UserAuth(User::class));
|
|
|
|
+ }
|
|
// $actions->append(new UserVip(User::class));
|
|
// $actions->append(new UserVip(User::class));
|
|
});
|
|
});
|
|
|
|
|