Explorar o código

初始化退役军人控制器

zmw hai 5 meses
pai
achega
41afdf4320
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Admin/Controllers/Veterans/IndexController.php

+ 1 - 1
app/Admin/Controllers/Veterans/IndexController.php

@@ -46,7 +46,7 @@ class IndexController extends Controller
      */
     public function admin(){
         $data = [
-            'type' => 0, // 0=>机构/企业,1是管理员
+            'type' => 1, // 0=>机构/企业,1是管理员
             'id' => Admin::user()->id, //聚才那边的管理员或者机构ID,我们这边手动绑定
         ];