This commit is contained in:
mkm 2023-11-09 09:34:33 +08:00
parent 33351676eb
commit 8aaae285a4

View File

@ -18,7 +18,7 @@ class IndexController extends BaseController
*/
public function index($name = '你好,likeadmin')
{
$template = app()->getRootPath() . 'public/pc/index.html';
$template = app()->getRootPath() . 'public/admin/index.html';
if (Request::isMobile()) {
$template = app()->getRootPath() . 'public/mobile/index.html';
}