wugg 1 year ago
parent
commit
5149098823
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Menu.php

+ 1 - 1
app/admin/controller/Menu.php

@@ -29,7 +29,7 @@ class Menu extends BaseController
         if(!empty($effetc) && $effetc['code']!=0){
             return error_show($effetc['code'],$effetc['message']);
         }
-        $this->uid = isset($effetc['data']['user']['id']) ? $effetc['data']['user']['id'] :"";
+        $this->uid = isset($effetc['data']['id']) ? $effetc['data']['id'] :"";
     }
 
     public function list()