|
@@ -27,7 +27,8 @@ Route::miss(function () {
|
|
|
if (!request()->isMobile() && is_dir(app()->getRootPath() . 'public' . DS . 'home') && !request()->get('type')) {
|
|
|
return view(app()->getRootPath() . 'public' . DS . 'home' . DS . 'index.html');
|
|
|
} else {
|
|
|
- return view(app()->getRootPath() . 'public' . DS . 'index.html');
|
|
|
+ return view(app()->getRootPath() . 'public' . DS . 'home' . DS . 'index.html');
|
|
|
+// return view(app()->getRootPath() . 'public' . DS . 'index.html');
|
|
|
}
|
|
|
}
|
|
|
});
|