Commit fe7e12e1 authored by xinyuandu's avatar xinyuandu

引导界面新增路由

parent 4515c0a5
......@@ -317,8 +317,10 @@ Route::group('index', [
'transformFollowUp' => ['index/HouseFollowUp/transformFollowUp', ['method' => 'GET']], //个人业绩排行 朱伟 2018-07-31
'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-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']],//上传保存图片
'getImageTypeLabel' => ['index/ImageDepot/getImageTypeLabel', ['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