colly_wyx
2018-05-03 1237ba717c8e1902662747b94f7d302a6310cb8c
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);
    }