bug修改

This commit is contained in:
2025-12-17 16:46:04 +08:00
parent a6724faa99
commit 2155ce1d4e
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ class Frontend extends Controller
public function _initialize()
{
die();
//移除HTML标签
$this->request->filter('trim,strip_tags,htmlspecialchars');
$modulename = $this->request->module();