|
...
|
...
|
@@ -271,8 +271,6 @@ class LoginController extends BaseController |
|
|
|
$image_info = $imageModel->read(['hash'=>$srcValue]);
|
|
|
|
if($image_info !== false){
|
|
|
|
$path = $image_info['path'];
|
|
|
|
var_dump('/a/image/'.$srcValue);
|
|
|
|
die();
|
|
|
|
$data['html'] = str_replace(
|
|
|
|
'/a/image/'.$srcValue,
|
|
|
|
$path,
|
...
|
...
|
|