application/core/System/Controller/Base.php | ●●●●● patch | view | raw | blame | history |
application/core/System/Controller/Base.php
@@ -58,6 +58,7 @@ //$this->modules = $this->modules_service->getModuleListByRoleId(); $this->setLayout($this->layout); } //将当前路由值传入模板 $this->getView()->assign('route', $this->route); }