mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2025-12-18 20:22:49 +00:00
0.0.5
This commit is contained in:
parent
ba18894a5e
commit
ed9f84a03a
@ -17,7 +17,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