多个提示页面增加请求ID

This commit is contained in:
GoEdgeLab
2021-12-02 14:45:51 +08:00
parent 622fb8d47d
commit a90083c87c
5 changed files with 16 additions and 12 deletions

View File

@@ -48,8 +48,10 @@ Vue.component("http-firewall-actions-box", {
var defaultPageBody = `<!DOCTYPE html>
<html>
<title>403 Forbidden</title>
<body>
403 Forbidden
<h1>403 Forbidden</h1>
<address>Request ID: \${requestId}.</address>
</body>
</html>`