@@ -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,我们这边手动绑定
];