Commit 84a91710 authored by xinyuandu's avatar xinyuandu

bug

parent 591d4f8a
......@@ -54,8 +54,8 @@ Route::group('app_broker', [
'download_b' => ['app_broker/index/download_b', ['method' => 'get']],
'imagebody' => ['app_broker/index/imagebody', ['method' => 'get']],
'edit_modal' => ['app_broker/index/edit_modal', ['method' => 'get']],
'yindao_android' => [ 'app/index/yindao_android', [ 'method' => 'get' ] ],//安卓引导界面 杜欣源 2018-11-12
'yindao_ios' => [ 'app/index/yindao_ios', [ 'method' => 'get' ] ],//ios引导界面 2018-11-12
'yindao_android' => ['app/index/yindao_android', ['method' => 'get']],//安卓引导界面 杜欣源 2018-11-12
'yindao_ios' => ['app/index/yindao_ios', ['method' => 'get']],//ios引导界面 2018-11-12
]);
Route::group('index', [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment