作者 lyh

gx

... ... @@ -272,7 +272,7 @@ class LoginController extends BaseController
$image_info = $imageModel->read(['hash' => $srcValue]);
if ($image_info !== false) {
$path = $image_info['path'];
$html = $this->re($html, $srcValue, $path);
$html = $this->re($html, '/a/image/'.$srcValue, $path);
}
}
$templateModel->edit(['html'=>$html],['id'=>$v['id']]);
... ...