Commit ad91d53b authored by agping's avatar agping

修改

parent 9549499a
......@@ -13,7 +13,7 @@ use app\index\extend\Basic;
class PkList extends Basic
{
public function PkList()
public function pkList()
{
if (!$this->request->isAjax()) {
return view('pkList/pkListCon');
......
......@@ -298,6 +298,7 @@ Route::group('index', [
'shopinspectionLogTest' => ['index/ShopInspectionLogTest/shopinspectionLogListTest', ['method' => 'POST|GET']],//商铺查看日志测试liu
'performancesubsidiaryList' => ['index/PerformanceSubsidiary/performancesubsidiaryList', ['method' => 'POST|GET']],//业绩明细liu
'pkList' => ['index/PkList/pkList', ['method' => 'POST|GET']],//pk榜 liu
'myCollectionUserList' => ['index/myCollectionUser/myCollectionUserList', ['method' => 'POST|GET']],//我收藏的客户liu
'myCollectionShopList' => ['index/myCollectionShop/myCollectionShopList', ['method' => 'POST|GET']],//我收藏的客户liu
'dayAchievementsReport' => ['index/PerformanceReport/dayAchievementsReportList', ['method' => 'POST|GET']],//日报liu
......
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