作者 lyh

gx

... ... @@ -108,7 +108,7 @@ class RouteMap extends Base
if(!$route){
throw new \Exception('路由不能为空');
}
echo date('Y-m-d H:i:s') . ' 路由翻译后的route:' . $title . PHP_EOL;
echo date('Y-m-d H:i:s') . ' 路由翻译后的route:' . $route . PHP_EOL;
try {
$route_map = self::where('project_id', $project_id)->where('source_id', $source_id)->where('source', $source)->first();
//上线项目 不能修改链接了
... ...