dyjh hace 6 años
padre
commit
ed78d2cf97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

xqd
@@ -39,7 +39,7 @@ Route::get('image/{md5}', [
 Route::any('/', function () {
     //dd(request()->getRequestUri());
     Route::any('/', ['as' => 'admin',
-        'uses' => 'Base\IndexController@index']);dd(11);
+        'uses' => 'Base\IndexController@index']);dd(113);
     //后台
     if (strpos(request()->getRequestUri(), '/addons/') !== false) {
         //如未设置当前公众号则加到选择公众号列表