Commit 3bf94893 authored by agping's avatar agping

办公楼列表

parent 6d653a59
<?php
namespace app\index\controller;
/**
* Created by PhpStorm.
* User: liu yin ping
* Date: 2018/8/7
* Time: 15:48
*/
use app\index\extend\Basic;
class OfficeBuilding extends Basic
{
public function officeBuildingList()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/officeBuildingList');
}
}
public function officeEdit()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/officeEdit');
}
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
...@@ -363,6 +363,9 @@ Route::group('index', [ ...@@ -363,6 +363,9 @@ Route::group('index', [
'myCollectionShopList' => ['index/myCollectionShop/myCollectionShopList', ['method' => 'POST|GET']],//我收藏的客户liu 'myCollectionShopList' => ['index/myCollectionShop/myCollectionShopList', ['method' => 'POST|GET']],//我收藏的客户liu
'dayAchievementsReport' => ['index/PerformanceReport/dayAchievementsReportList', ['method' => 'POST|GET']],//日报liu 'dayAchievementsReport' => ['index/PerformanceReport/dayAchievementsReportList', ['method' => 'POST|GET']],//日报liu
'weekAchievementsReport' => ['index/PerformanceReport/weekAchievementsReportList', ['method' => 'POST|GET']],//周报liu 'weekAchievementsReport' => ['index/PerformanceReport/weekAchievementsReportList', ['method' => 'POST|GET']],//周报liu
'officeBuildingList' => ['index/OfficeBuilding/officeBuildingList', ['method' => 'POST|GET']],//办公楼liu
'officeEdit' => ['index/OfficeBuilding/officeEdit', ['method' => 'POST|GET']],//办公楼liu
//‘页面的地址’ =》 index/控制器名称/使用的方法 //‘页面的地址’ =》 index/控制器名称/使用的方法
'inviteStatistics' => ['index/InviteStatistics/inviteStatisticsList', ['method' => 'POST|GET']],//邀请注册liu 'inviteStatistics' => ['index/InviteStatistics/inviteStatisticsList', ['method' => 'POST|GET']],//邀请注册liu
'operationalData' => ['index/OperationalData/operationalDataList', ['method' => 'POST|GET']],//运营数据统计liu 'operationalData' => ['index/OperationalData/operationalDataList', ['method' => 'POST|GET']],//运营数据统计liu
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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