diff --git a/application/index/controller/Index.php b/application/index/controller/Index.php index 68d50e030..91021478d 100644 --- a/application/index/controller/Index.php +++ b/application/index/controller/Index.php @@ -7,6 +7,7 @@ use think\Db; class Index extends Controller { public function index() { + $this->redirect('@admin'); $version = Db::query('select version() as ver'); $version = array_pop($version); $this->assign('mysql_ver', $version['ver']);