|
...
|
...
|
@@ -261,7 +261,11 @@ class HtmlCollect extends Command |
|
|
|
//不是相对路径,不下载
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
$vcs = $vcs['path'];
|
|
|
|
|
|
|
|
$vcs = $vcs_arr['path'] ?? '';
|
|
|
|
if (!$vcs) {
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
|
|
$source_info = CollectSource::where('project_id', $project_id)->where('origin', $vcs)->first();
|
|
|
|
if ($source_info) {
|
...
|
...
|
|