mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-17 12:52:48 +00:00
Update app.php
This commit is contained in:
parent
e20f8a9f9f
commit
943bacabea
@ -18,7 +18,7 @@ Route::rule('/', function() {
|
|||||||
if (Request::isMobile()) {
|
if (Request::isMobile()) {
|
||||||
return redirect('/wap');
|
return redirect('/wap');
|
||||||
} else {
|
} else {
|
||||||
return redirect('/web');
|
return redirect('/admin');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user