colly_wyx
2018-05-29 d479d9fbcb37f8b861031c94a83d0e37761210c5
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);
    }