作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

... ... @@ -258,6 +258,9 @@ class ImageController
case 'image':
$data['image_link'] = url('/b/image/' . $v);
break;
case 'hash':
$data['image_link'] = url('/b/image/' . $v);
break;
}
}
}
... ...