@@ -175,8 +175,9 @@ class View
}
# 根据配置生成缩略图 暂时支持缩略图
- public function get($file)
+ public function get()
{
+ $file = Dever::input('file');
$array = $this->getFile($file);
$source = $array[0];
$type = $array[1];