소스 검색

初始化退役军人控制器

zmw 5 달 전
부모
커밋
41afdf4320
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,我们这边手动绑定
         ];