fix(消息通知): 测试计划邮件url解析

This commit is contained in:
Captain.B 2021-09-24 12:10:41 +08:00 committed by 刘瑞斌
parent 331747aa08
commit b27e21f082
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<div style="margin-left: 100px">
<p>您所执行的 ${name} 测试计划运行失败<br/>
请点击下面链接进入测试报告页面</p>
<a href="${url}/#/${type}/report/view/${id}">${url}/#/${type}/report/view/${id}</a>
<a href="${planShareUrl}">${planShareUrl}</a>
</div>
</div>

View File

@ -12,7 +12,7 @@
<div style="margin-left: 100px">
<p>您所执行的 ${name} 测试计划运行成功<br/>
请点击下面链接进入测试报告页面</p>
<a href="${url}/#/${type}/report/view/${id}">${url}/#/${type}/report/view/${id}</a>
<a href="${planShareUrl}">${planShareUrl}</a>
</div>
</body>
</html>