mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-13 20:00:25 +08:00
多个提示页面增加请求ID
This commit is contained in:
@@ -5,15 +5,15 @@ Tea.context(function () {
|
||||
this.$refs.htmlBody.value = `<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
\t<title>页面标题</title>
|
||||
\t<title>\${status} \${statusMessage}</title>
|
||||
\t<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h3>内容标题</h3>
|
||||
<p>内容</p>
|
||||
<h1>\${status} \${statusMessage}</h1>
|
||||
<p><!-- 内容 --></p>
|
||||
|
||||
<footer>Powered by GoEdge.</footer>
|
||||
<address>Request ID: \${requestId}, Powered by GoEdge.</address>
|
||||
|
||||
</body>
|
||||
</html>`
|
||||
|
||||
@@ -12,15 +12,15 @@ Tea.context(function () {
|
||||
this.$refs.htmlBody.value = `<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
\t<title>页面标题</title>
|
||||
\t<title>\${status} \${statusMessage}</title>
|
||||
\t<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h3>内容标题</h3>
|
||||
<p>内容</p>
|
||||
<h1>\${status} \${statusMessage}</h1>
|
||||
<p><!-- 内容 --></p>
|
||||
|
||||
<footer>Powered by GoEdge.</footer>
|
||||
<address>Request ID: \${requestId}, Powered by GoEdge.</address>
|
||||
|
||||
</body>
|
||||
</html>`
|
||||
|
||||
Reference in New Issue
Block a user