作者 lyh

gx

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