更新一些细节

This commit is contained in:
技术老胡
2024-12-18 17:56:40 +08:00
parent 3f5866ea16
commit de848ab32b
2 changed files with 3 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ class IndexController
}
public function test()
{
return app()->getBasePath();
return View::fetch();
}
}