From 01b8a3e9fa682a89f00ecae92531c871e64cd3d3 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Tue, 29 Dec 2020 14:14:08 +0800 Subject: [PATCH] * Remove my-setmenu. --- module/my/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/my/control.php b/module/my/control.php index dec792de13..418827ea65 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -22,7 +22,6 @@ class my extends control parent::__construct($module, $method); $this->loadModel('user'); $this->loadModel('dept'); - $this->my->setMenu(); } /**