多个提示页面增加请求ID

This commit is contained in:
刘祥超
2021-12-02 14:45:51 +08:00
parent 4ce6e5a9f6
commit eb78b4881c
5 changed files with 16 additions and 12 deletions

View File

@@ -50,7 +50,9 @@ Vue.component("traffic-limit-config-box", {
<title>Traffic Limit Exceeded Warning</title>
<body>
The site traffic has exceeded the limit. Please contact with the site administrator.
<h1>Traffic Limit Exceeded Warning</h1>
<p>The site traffic has exceeded the limit. Please contact with the site administrator.</p>
<address>Request ID: \${requestId}.</address>
</body>
</html>`