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');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -50,4 +50,4 @@ Route::rule('web/:any', function() {
|
|||||||
//用于公众号授权证书
|
//用于公众号授权证书
|
||||||
Route::any('MP_verify_<name>.txt', function($name) {
|
Route::any('MP_verify_<name>.txt', function($name) {
|
||||||
echo $name;
|
echo $name;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user