xiaogang 4 年之前
父节点
当前提交
464f682e31
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Admin/Controllers/UserController.php

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

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