作者 lyh

gx

... ... @@ -303,7 +303,7 @@ class TranslateLogic extends BaseLogic
if(strtolower($route) == 'all'){
return $this->success($data);
}
if($route == '/'){
if($route == 'index'){
$data['source'] = 1;
return $this->success($data);
}
... ...