Commit f06f20df authored by xinyuandu's avatar xinyuandu

回滚

parent 894f171d
......@@ -208,10 +208,10 @@ class Index
return view('index/download_b');
}
public function edit_modal()
/* public function edit_modal()
{
return view('index/edit_modal');
}
}*/
/* public function index()
{
......
......@@ -52,6 +52,7 @@ Route::group('app_broker', [
'customerinfo_details_new' => [ 'app_broker/index/customerinfo_details_new', [ 'method' => 'get' ] ],
'download_b' => [ 'app_broker/index/download_b', [ 'method' => 'get' ] ],
'imagebody' => [ 'app_broker/index/imagebody', [ 'method' => 'get' ] ],
'edit_modal' => [ 'app_broker/index/edit_modal', [ 'method' => 'get' ] ],
]);
Route::group('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