正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -69,7 +69,7 @@ class RouteMap extends Base | @@ -69,7 +69,7 @@ class RouteMap extends Base | ||
| 69 | * @date 2023/4/17 | 69 | * @date 2023/4/17 |
| 70 | */ | 70 | */ |
| 71 | protected static function isExist($route, $source, $source_id, $project_id){ | 71 | protected static function isExist($route, $source, $source_id, $project_id){ |
| 72 | - $fixed = ['news','products','search','blog']; //固定的路由 | 72 | + $fixed = ['search','api']; //固定的路由 |
| 73 | if(in_array($route, $fixed)){ | 73 | if(in_array($route, $fixed)){ |
| 74 | return true; | 74 | return true; |
| 75 | } | 75 | } |
-
请 注册 或 登录 后发表评论