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