diff --git a/niucloud/route/app.php b/niucloud/route/app.php index b9ddfb87f..ac169516b 100644 --- a/niucloud/route/app.php +++ b/niucloud/route/app.php @@ -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_.txt', function($name) { echo $name; -}); \ No newline at end of file +});