Преглед изворни кода

更新旧系统文件路径

sandm пре 1 година
родитељ
комит
37b80509c4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -334,7 +334,7 @@ function getStoragePath($path, $stillOriginalPath = false) {
     if (!$path)
         return "";
     if (strpos($path, "jjrcw") === 0) {
-        $path = "https://rc.jucai.gov.cn/ftp/{$path}";
+        $path = "https://static.jucai.gov.cn/ftp/{$path}";
     } else {
         $path = getHostWithProtocol() . "/storage/{$path}";
     }