@@ -73,7 +73,7 @@ class ProductionSummary extends Api
$siteUrl = $protocol . '://' . $host . '/' . $tempPath;
$this->success('成功', [
- 'url' => $siteUrl,
+ 'url' => $tempPath,
'month' => $monthStr,
'days' => $daysInMonth,
'sheets'=> $daysInMonth + 1,