|
...
|
...
|
@@ -111,8 +111,8 @@ class RouteMap extends Base |
|
|
|
* @author zbj
|
|
|
|
* @date 2023/4/17
|
|
|
|
*/
|
|
|
|
public static function setRoute($title, $source, $source_id, $project_id = 0,$six_read = 1){
|
|
|
|
if($six_read != 1){//5.0数据编辑路由时,直接返回路由
|
|
|
|
public static function setRoute($title, $source, $source_id, $project_id = 0,$is_upgrade = 0){
|
|
|
|
if($is_upgrade != 0){//5.0数据编辑路由时,直接返回路由
|
|
|
|
return $title;
|
|
|
|
}
|
|
|
|
$route = self::generateRoute($title, $source, $source_id, $project_id);
|
...
|
...
|
|