添加whatshub工单

This commit is contained in:
root
2026-06-20 04:47:34 +08:00
parent a6c87e8e25
commit d5a0ffa6db
271 changed files with 9377 additions and 303 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ class Index extends Frontend
public function index()
{
return $this->view->fetch();
return 404;
// return $this->view->fetch();
}
}
View File
View File