Browse Source

清除富文本html标签

master
ahbmz 4 years ago
parent
commit
ed9cd83511
  1. 1
      app/index/controller/Index.php

1
app/index/controller/Index.php

@ -36,6 +36,7 @@ class Index extends Base
// 首页
public function index()
{
return redirect('/admin');
// 手机端跳转
$mobileUrl = Cms::goToMobile($this->system['mobile'], $this->appName);
if ($mobileUrl !== false) {

Loading…
Cancel
Save