作者 lyh

gx

... ... @@ -60,6 +60,7 @@ class RouteMap extends Base
// }
// 所有的都需要翻译成为英文
$title = Translate::tran($title, 'en');
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($title, true) . PHP_EOL, FILE_APPEND);
$i=1;
$sign = generateRoute($title);
$info = self::where(['project_id' => $project_id, 'source' => $source, 'source_id'=>$source_id])->first();
... ...