Эх сурвалжийг харах

更新旧系统文件路径

sandm 1 жил өмнө
parent
commit
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}";
     }