Commit 58c71c8c authored by agping's avatar agping

1

parent 39e64977
...@@ -377,6 +377,8 @@ Route::group('index', [ ...@@ -377,6 +377,8 @@ Route::group('index', [
'reportListOffice' => ['index/OfficeBuilding/reportListOffice', ['method' => 'POST|GET']],//约带看记录办公楼liu 'reportListOffice' => ['index/OfficeBuilding/reportListOffice', ['method' => 'POST|GET']],//约带看记录办公楼liu
'adjustmentOffice' => ['index/OfficeBuilding/adjustmentOffice', ['method' => 'POST|GET']],//调整出账办公楼liu 'adjustmentOffice' => ['index/OfficeBuilding/adjustmentOffice', ['method' => 'POST|GET']],//调整出账办公楼liu
'adjustmentShop' => ['index/OfficeBuilding/adjustmentShop', ['method' => 'POST|GET']],//调整出账商铺liu 'adjustmentShop' => ['index/OfficeBuilding/adjustmentShop', ['method' => 'POST|GET']],//调整出账商铺liu
'refundListOffice' => ['index/OfficeBuilding/refundListOffice', ['method' => 'POST|GET']],//退款出账办公楼liu
'refundListShop' => ['index/OfficeBuilding/refundListShop', ['method' => 'POST|GET']],//退款出账商铺liu
//‘页面的地址’ =》 index/控制器名称/使用的方法 //‘页面的地址’ =》 index/控制器名称/使用的方法
......
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