colly_wyx
2018-05-09 8726fcec1bc80b2edf8bbca3e2e9ec2d5b60f824
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);
    }