colly_wyx
2018-05-03 1237ba717c8e1902662747b94f7d302a6310cb8c
修改bug
1 files modified
1 ■■■■ changed files
application/core/System/Controller/Base.php 1 ●●●● 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);
    }