作者 lyh

gx

@@ -124,7 +124,7 @@ class LoginController extends BaseController @@ -124,7 +124,7 @@ class LoginController extends BaseController
124 $templateModel = new TemplateModule(); 124 $templateModel = new TemplateModule();
125 $list = $templateModel->list(); 125 $list = $templateModel->list();
126 foreach ($list as $k => $v){ 126 foreach ($list as $k => $v){
127 - preg_match_all('/\"https:\/\/develop.globalso.com\/a\/image\/(.*?)\"/', $v['html'], $matches); 127 + preg_match_all('/\"https:\/\/develop.globalso.com\/b\/image\/(.*?)\"/', $v['html'], $matches);
128 if (!empty($matches[1])) { 128 if (!empty($matches[1])) {
129 $srcValues = $matches[1]; 129 $srcValues = $matches[1];
130 $imageModel = new Image(); 130 $imageModel = new Image();