|
...
|
...
|
@@ -30,7 +30,8 @@ class ProjectMenuController extends BaseController |
|
|
|
* @time :2023/6/21 17:24
|
|
|
|
*/
|
|
|
|
public function lists(ProjectMenuLogic $projectMenuLogic){
|
|
|
|
$lists = $projectMenuLogic->MenuList($this->map);
|
|
|
|
$this->order = 'sort';
|
|
|
|
$lists = $projectMenuLogic->MenuList($this->map,$this->order);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|