|
@@ -65,7 +65,7 @@ class UserController extends AdminController
|
|
if ($actions->row->is_auth == 0) {
|
|
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));
|
|
});
|
|
});
|
|
|
|
|
|
//批量操作
|
|
//批量操作
|