dever 4 年之前
父节点
当前提交
1d01f943d4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/View.php

+ 1 - 0
src/View.php

@@ -327,6 +327,7 @@ class View
             $local = true;
             $root = Dever::data() . 'upload/';
             $source = Dever::pic($source);
+
             $dest = str_replace(array('{uploadRes}', $host), $root, $file);
             $path = str_replace($root, '', $dest);
             if (strstr($source, $host)) {