作者 lyh

gx

... ... @@ -69,7 +69,7 @@ class RouteMap extends Base
* @date 2023/4/17
*/
protected static function isExist($route, $source, $source_id, $project_id){
$fixed = ['news','products','search','blog']; //固定的路由
$fixed = ['search','api']; //固定的路由
if(in_array($route, $fixed)){
return true;
}
... ...