Explorar el Código

修复启用多应用后注册扩展路由会导致默认应用首页无法访问问题

jqh hace 4 años
padre
commit
da6f0d1308
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Application.php

+ 1 - 0
src/Application.php

@@ -81,6 +81,7 @@ class Application
 
     public function routes($pathOrCallback)
     {
+        $this->switch(static::DEFAULT);
         $this->loadRoutesFrom($pathOrCallback, static::DEFAULT);
 
         if ($apps = $this->getApps()) {