mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-13 03:12:47 +00:00
Update app.php
This commit is contained in:
parent
e20f8a9f9f
commit
943bacabea
@ -18,7 +18,7 @@ Route::rule('/', function() {
|
||||
if (Request::isMobile()) {
|
||||
return redirect('/wap');
|
||||
} else {
|
||||
return redirect('/web');
|
||||
return redirect('/admin');
|
||||
}
|
||||
});
|
||||
|
||||
@ -50,4 +50,4 @@ Route::rule('web/:any', function() {
|
||||
//用于公众号授权证书
|
||||
Route::any('MP_verify_<name>.txt', function($name) {
|
||||
echo $name;
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user