作者 lyh

gx

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