fix(消息通知): 测试计划邮件url解析
This commit is contained in:
parent
331747aa08
commit
b27e21f082
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue