作者 lyh

gx

@@ -397,7 +397,7 @@ class PrivateController extends BaseController @@ -397,7 +397,7 @@ class PrivateController extends BaseController
397 } 397 }
398 ProjectServer::useProject($info['project_id']); 398 ProjectServer::useProject($info['project_id']);
399 $productKeywordModel = new Keyword(); 399 $productKeywordModel = new Keyword();
400 - $list = $productKeywordModel::orderByRaw('LENGTH(title) ASC')->limit(50)->pluck('title')->toArray(); 400 + $list = $productKeywordModel::orderByRaw('LENGTH(title) ASC')->limit(50)->pluck('title','route')->toArray();
401 DB::disconnect('custom_mysql'); 401 DB::disconnect('custom_mysql');
402 $this->response('success',Code::SUCCESS,$list); 402 $this->response('success',Code::SUCCESS,$list);
403 } 403 }