作者 lyh

gx

@@ -288,6 +288,7 @@ class LoginController extends BaseController @@ -288,6 +288,7 @@ class LoginController extends BaseController
288 288
289 public function updateHtml(){ 289 public function updateHtml(){
290 $html = $this->re($v['html'],'admin.item.globalso.site','ecdn6.globalso.com/'); 290 $html = $this->re($v['html'],'admin.item.globalso.site','ecdn6.globalso.com/');
  291 + return $html;
291 // $html = $this->re($v['html'],'https://develop.globalso.com/b/image/','https://ecdn6.globalso.com/public/template/'); 292 // $html = $this->re($v['html'],'https://develop.globalso.com/b/image/','https://ecdn6.globalso.com/public/template/');
292 } 293 }
293 294