Commit 8c649754 authored by hujun's avatar hujun

111

parent 5a92830c
...@@ -172,7 +172,6 @@ Route::group('index', [ ...@@ -172,7 +172,6 @@ Route::group('index', [
'lable' => [ 'index/label/index', [ 'method' => 'get' ] ], //标签列表 'lable' => [ 'index/label/index', [ 'method' => 'get' ] ], //标签列表
'getDistrict' => [ 'index/District/getList', [ 'method' => 'get' ] ], //获取部门列表 'getDistrict' => [ 'index/District/getList', [ 'method' => 'get' ] ], //获取部门列表
//数据统计 //数据统计
<<<<<<< HEAD
'RemarkFollowList' => [ 'index/remark/followUpList', [ 'method' => 'get' ] ],//跟进列表 'RemarkFollowList' => [ 'index/remark/followUpList', [ 'method' => 'get' ] ],//跟进列表
'phone_list' => [ 'index/Phone/index', [ 'method' => 'get' ] ],//隐私号码列表 'phone_list' => [ 'index/Phone/index', [ 'method' => 'get' ] ],//隐私号码列表
'bindPhoneList' => [ 'index/Phone/bindPhoneList', [ 'method' => 'get' ] ],//绑定的隐私号码列表 'bindPhoneList' => [ 'index/Phone/bindPhoneList', [ 'method' => 'get' ] ],//绑定的隐私号码列表
......
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