Commit 591d4f8a authored by xinyuandu's avatar xinyuandu

bug

parent fe7e12e1
......@@ -54,6 +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
]);
Route::group('index', [
......@@ -318,8 +320,7 @@ Route::group('index', [
'getPerformanceExcel' => ['index/Performance/getPerformanceExcel', ['method' => 'POST|GET']],
'pictureShow' => ['index/PictureShow/pictureShow', ['method' => 'POST|GET']], //商铺图库 杜欣源 2018-08-31
'PerformanceRanking' => ['index/PerformanceRanking/performanceRanking', ['method' => 'POST|GET']], //效绩排行 杜欣源 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
//c端商铺图库相关
'addImageDepot' => ['index/ImageDepot/addImageDepot', ['method' => 'get | post']],//上传保存图片
......
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