正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | //上线项目 不能修改链接了 |
-
请 注册 或 登录 后发表评论